move to flakes with configurations for each device

This commit is contained in:
Felix Buehler 2022-11-23 22:57:09 +01:00
parent 5e97b2e3c6
commit a5857f31a3
7 changed files with 139 additions and 63 deletions

View file

@ -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