diff options
author | Alan Pearce | 2025-03-04 10:53:50 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-04 10:53:50 +0100 |
commit | ac01bd182f575a268e12b556f5ef5cdfbc4499a2 (patch) | |
tree | 006e2fb958e78701f7ed831b7d577a150f210ba9 /system | |
parent | 5efe9faa9ad762667137e00c742823beabc5be6d (diff) | |
download | nixfiles-ac01bd182f575a268e12b556f5ef5cdfbc4499a2.tar.lz nixfiles-ac01bd182f575a268e12b556f5ef5cdfbc4499a2.tar.zst nixfiles-ac01bd182f575a268e12b556f5ef5cdfbc4499a2.zip |
deploy to linde with colmena
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/linde.nix b/system/linde.nix index a9c569ef..26dc17fb 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -17,7 +17,6 @@ let net-gw6 = "fe80::1"; domain = "alanpearce.eu"; ts-domain = "hydra-pinecone.ts.net"; - golink = (builtins.getFlake (toString <golink>)).nixosModules.default; in { imports = @@ -25,8 +24,6 @@ in <personal/modules/nixos/laminar.nix> <home-manager/nixos> <agenix/modules/age.nix> - <searchix/nix/modules> - golink # Include the results of the hardware scan. ./linde-hardware.nix @@ -297,9 +294,6 @@ in "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJVREjPey2TOIPzfYJoG9yIR4Rui7tNJK2QIKa+pbgsyXg31hhPIw37LRRIic+l53mW8eahHxX3Y1IeTjcMw8IU= alan@secretive.marvin" ]; }; - home-manager = { - users.alan = import ../user/server.nix; - }; users.users.nixremote = { shell = "/bin/sh"; |