all repos — nixfiles @ 3fae7d35d9b32ab3c4f7293c418167a52aff8717

System and user configuration, managed by nix and home-manager

linde: de-flake

Alan Pearce
commit

3fae7d35d9b32ab3c4f7293c418167a52aff8717

parent

9cb844bacd7aa1191bbdccc4332f94aaa36bd648

1 file changed, 8 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -16,10 +16,15 @@ net-rdnsip = "2a01:4f8:c012:23a4::53";
net-mask6 = "64"; net-gw6 = "fe80::1"; ts-domain = "hydra-pinecone.ts.net"; + golink = (builtins.getFlake (toString <golink>)).nixosModules.default; in { imports = [ + <home-manager/nixos> + <agenix/modules/age.nix> + <searchix/nix/modules> + golink # Include the results of the hardware scan. ./linde-hardware.nix
@@ -312,6 +317,9 @@
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII8VIII+598QOBxi/52O1Kb19RdUdX0aZmS1/dNoyqc5 alan@hetzner.strongbox" ]; + }; + home-manager = { + users.alan = import ../user/server.nix; }; users.users.nixremote = {