add secrets to configuration

This commit is contained in:
Hadi
2025-03-19 09:52:39 +01:00
parent 9bf66b26cf
commit 4f415df0ce

View File

@@ -13,6 +13,8 @@
# You should let those lines as is
./hardware-configuration.nix
./variables.nix
./secrets
];
home-manager.users."${config.var.username}" = import ./home.nix;