move secrets.nix out of modules

This commit is contained in:
colin 2022-11-22 03:37:57 +00:00
parent e0612ccfa8
commit e408e77026
3 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
{
imports = [
./hardware
./secrets.nix
];
sane.nixcache.enable-trusted-keys = true;

View File

@ -7,7 +7,6 @@
./home-packages.nix
./net.nix
./machine-id.nix
./secrets.nix
./ssh.nix
./system-packages.nix
./users.nix