From 27eeb0b0d7b3a7f406e0bdc169aaf9fff60a92d1 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 20 Nov 2023 20:21:29 +0100 Subject: fix(secrets/wireless.age): update # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is up to date with 'origin/main'. # # Changes to be committed: # modified: secrets/wireless.age # # Changes not staged for commit: # modified: sys/nix/default.nix # modified: users/default.nix # # Untracked files: # files/root_ssh_config # nixremote # users/root/ # --- users/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users') diff --git a/users/default.nix b/users/default.nix index 23d6e96..a3330ff 100644 --- a/users/default.nix +++ b/users/default.nix @@ -4,4 +4,5 @@ ... }: { sils = import ./sils {inherit nixpkgs system;}; + root = import ./root; } -- cgit 1.4.1