From b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Mar 2025 15:18:43 +0100 Subject: Revert "Switch back to flakes" This reverts commit c0384c43821474d28af1d9696ceb473a0d769292. --- system/linde.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'system/linde.nix') diff --git a/system/linde.nix b/system/linde.nix index 5bf67cda..596cac19 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -17,14 +17,21 @@ let net-gw6 = "fe80::1"; domain = "alanpearce.eu"; ts-domain = "hydra-pinecone.ts.net"; + golink = (builtins.getFlake (toString )).nixosModules.default; in { imports = [ + + + + + golink # Include the results of the hardware scan. ./linde-hardware.nix ./settings/configuration/nix-linux.nix + ./settings/pin.nix ./settings/services/git-server.nix ]; age.secrets = { @@ -290,6 +297,9 @@ in "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJVREjPey2TOIPzfYJoG9yIR4Rui7tNJK2QIKa+pbgsyXg31hhPIw37LRRIic+l53mW8eahHxX3Y1IeTjcMw8IU= alan@secretive.marvin" ]; }; + home-manager = { + users.alan = import ../user/server.nix; + }; users.users.nixremote = { shell = "/bin/sh"; -- cgit 1.4.1