diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-12 19:20:07 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-12 19:20:07 -0700 |
| commit | ec7ec5112c15550d2f05cce49a87bad968c620a3 (patch) | |
| tree | 5f6ed9730e90e63fbab986c88d86097c349aa086 /modules/nixos/default.nix | |
| parent | initial setup for the framework destkop (named rivendell) (diff) | |
| download | infra-ec7ec5112c15550d2f05cce49a87bad968c620a3.tar.gz | |
make the remote unlock bits a nix module
Move all the hardware configuration for rivendell into the default.nix.
Diffstat (limited to '')
| -rw-r--r-- | modules/nixos/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 94348f6..47cf81e 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -6,6 +6,7 @@ ./home-manager.nix ./nix.nix ./podman.nix + ./remote-unlock.nix ./ssh.nix ./user.nix ]; |
