summary refs log tree commit diff stats
path: root/users/default.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-20 20:21:29 +0100
committersils <sils@sils.li>2023-11-20 20:21:29 +0100
commit27eeb0b0d7b3a7f406e0bdc169aaf9fff60a92d1 (patch)
tree152c5bcd40616b662d698c0e838f4cacb83ffcb3 /users/default.nix
parentfeat(secrets): add nixremote ssh-key (diff)
downloadnix-config-27eeb0b0d7b3a7f406e0bdc169aaf9fff60a92d1.tar.gz
nix-config-27eeb0b0d7b3a7f406e0bdc169aaf9fff60a92d1.zip
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/
#
Diffstat (limited to '')
-rw-r--r--users/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
 }