Clean up module imports for future tests
This commit is contained in:
parent
5ff94e05b8
commit
ed29aa354a
11 changed files with 14 additions and 19 deletions
|
@ -6,8 +6,6 @@
|
|||
./filesystems.nix
|
||||
|
||||
../../defaults/hardware/apu.nix
|
||||
|
||||
../../defaults/meta
|
||||
];
|
||||
|
||||
qois.system.physical.enable = true;
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
./virtualisation.nix
|
||||
|
||||
../../defaults/hardware/asrock-z790m.nix
|
||||
|
||||
../../defaults/meta
|
||||
];
|
||||
|
||||
qois.system.physical.enable = true;
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
self,
|
||||
pkgs,
|
||||
nixpkgs-nixos-stable,
|
||||
disko,
|
||||
sops-nix,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
@ -19,11 +17,8 @@ genAttrs configs (
|
|||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
sops-nix.nixosModules.sops
|
||||
self.nixosModules.default
|
||||
./${config}/default.nix
|
||||
./secrets.nix
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../defaults/meta
|
||||
|
||||
./applications
|
||||
./disko-config.nix
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../defaults/meta
|
||||
./applications
|
||||
./backup.nix
|
||||
./secrets.nix
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../defaults/meta
|
||||
|
||||
./applications
|
||||
./disko-config.nix
|
||||
./networking.nix
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
./virtualisation.nix
|
||||
|
||||
../../defaults/hardware/asrock.nix
|
||||
|
||||
../../defaults/meta
|
||||
];
|
||||
|
||||
qois.system.physical.enable = true;
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
sops.secrets =
|
||||
let
|
||||
allHostsSecretsFile = "${inputs.private}/nixos-configurations/secrets.sops.yaml";
|
||||
in
|
||||
{
|
||||
"msmtp/password".sopsFile = allHostsSecretsFile;
|
||||
"wgautomesh/gossip-secret".sopsFile = allHostsSecretsFile;
|
||||
};
|
||||
}
|
|
@ -7,8 +7,6 @@
|
|||
{
|
||||
imports = [
|
||||
../../defaults/hardware/apu.nix
|
||||
|
||||
../../defaults/meta
|
||||
];
|
||||
|
||||
qois.system.physical.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue