tomate: init

This commit is contained in:
Rouven Seifert 2023-11-28 11:37:35 +01:00
parent e04914e30d
commit e86fdf1819
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 219 additions and 1 deletions

View file

@ -71,6 +71,18 @@
}
];
};
tomate = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = inputs;
modules = [
inputs.sops-nix.nixosModules.sops
./modules/base.nix
./modules/zsh.nix
# {
# sops.defaultSopsFile = ./secrets/tomate.yaml;
# }
];
};
};
};
}