diff options
| author | sils <sils@sils.li> | 2023-11-20 20:21:29 +0100 |
|---|---|---|
| committer | sils <sils@sils.li> | 2023-11-20 20:21:29 +0100 |
| commit | 27eeb0b0d7b3a7f406e0bdc169aaf9fff60a92d1 (patch) | |
| tree | 152c5bcd40616b662d698c0e838f4cacb83ffcb3 /users | |
| parent | feat(secrets): add nixremote ssh-key (diff) | |
| download | 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 'users')
| -rw-r--r-- | users/default.nix | 1 |
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; } |
