use ragenix for passwords

This commit is contained in:
uku 2023-11-14 19:47:42 +01:00
parent 6324fa7c57
commit 7678345313
Signed by: uku
GPG key ID: 7D01D7B105E77166
7 changed files with 240 additions and 11 deletions

View file

@ -11,8 +11,6 @@
modules =
args.modules
++ [
./common.nix
./${name}
./${name}/hardware-configuration.nix
@ -24,11 +22,18 @@
mapNixOS = lib.mapAttrs (toSystem inputs.nixpkgs.lib.nixosSystem);
desktop = with inputs; [
./desktop.nix
lanzaboote.nixosModules.lanzaboote
home-manager.nixosModules.home-manager
nixos = with inputs; [
./common.nix
ragenix.nixosModules.default
];
desktop = with inputs;
[
./desktop.nix
lanzaboote.nixosModules.lanzaboote
home-manager.nixosModules.home-manager
]
++ nixos;
in {
flake.nixosConfigurations = mapNixOS {
fuji = {