fix!: make all nixosConfigurations
build
Specifically `homix` - remove manual `home-manager` module definition Import `(r)agenix` and `agenix-rekey` by default for all `NixOS` configurations Move `machines.nix` flake module import to `configuration.nix` from `flake.nix`
This commit is contained in:
parent
b48f29dab4
commit
af91b1e76d
7 changed files with 13 additions and 26 deletions
|
@ -205,14 +205,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
backupFileExtension = "hm-bak";
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = false;
|
||||
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
|
||||
### Enable plymouth (bootscreen customizations)
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
inputs.hardware.nixosModules.common-cpu-amd
|
||||
inputs.hardware.nixosModules.common-gpu-amd
|
||||
./disko.nix
|
||||
inputs.ragenix.nixosModules.default
|
||||
inputs.agenix-rekey.nixosModules.default
|
||||
./network.nix
|
||||
./wireguard.nix
|
||||
./nginx.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue