mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
move to flakes with configurations for each device
This commit is contained in:
parent
5e97b2e3c6
commit
a5857f31a3
7 changed files with 139 additions and 63 deletions
|
@ -6,7 +6,7 @@ let
|
|||
nixpkgs-unstable
|
||||
sops-nix
|
||||
nixos-hardware
|
||||
#nix
|
||||
passworts
|
||||
;
|
||||
nixosSystem = nixpkgs.lib.makeOverridable nixpkgs.lib.nixosSystem;
|
||||
overlay-unstable = final: prev: {
|
||||
|
@ -36,6 +36,7 @@ let
|
|||
documentation.info.enable = false;
|
||||
})
|
||||
sops-nix.nixosModules.sops
|
||||
passworts.nixosModules.passworts
|
||||
];
|
||||
}
|
||||
../modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue