simplify imports

This commit is contained in:
Kiara Grouwstra 2025-06-27 13:48:24 +02:00
parent e77fdd9eec
commit d2639f0675
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@
]; ];
imports = [ imports = [
(import "${git-hooks}/flake-module.nix") "${git-hooks}/flake-module.nix"
inputs.nixops4.modules.flake.default inputs.nixops4.modules.flake.default
./deployment/flake-part.nix ./deployment/flake-part.nix

View file

@ -36,8 +36,8 @@ in
## should go into the `./nixos` subdirectory. ## should go into the `./nixos` subdirectory.
nixos.module = { nixos.module = {
imports = [ imports = [
(import "${agenix}/modules/age.nix") "${agenix}/modules/age.nix"
(import "${disko}/module.nix") "${disko}/module.nix"
./options.nix ./options.nix
./nixos ./nixos
]; ];