This commit is contained in:
fwastring 2025-12-01 21:33:27 +01:00
parent d516a6e283
commit 04fdbf9d61
16 changed files with 72 additions and 335 deletions

View file

@ -8,12 +8,17 @@
myhostname,
...
}:
let
modulesDirectory = ../../moduler;
in
{
# You can import other NixOS modules here
imports = [
./hardware-configuration.nix
(modulesDirectory + /services/base)
../../moduler/users.nix
../../moduler/base.nix
../../moduler/services/monitoring
];