mwahahahaha, have the orome config building! on to manwe

This commit is contained in:
Chris Kruining 2025-03-18 21:06:40 +01:00
parent 3a2f52f45e
commit af58cfb4ab
30 changed files with 259 additions and 199 deletions

View file

@ -6,23 +6,21 @@ let
in
{
imports = [
inputs.sops-nix.nixosModules.sops
# (mkAliasOptionModule ["hm"] ["home-manager" "users" config.user.name])
# (mkAliasOptionModule ["home"] ["hm" "home"])
];
# ++ (mapModulesRec' (toString ./modules) import);
inputs.sops-nix.nixosModules.sops
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
config = {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.variables = {
SNEEUWVLOK = config.sneeuwvlok.dir;
NIXPKGS_ALLOW_UNFREE = "1";
};
environment.variables = {
NIXPKGS_ALLOW_UNFREE = "1";
};
sops = {
defaultSopsFile = ./secrets/secrets.yml;
defaultSopsFormat = "yml";
sops = {
defaultSopsFile = ./secrets/secrets.yml;
defaultSopsFormat = "yml";
age.keyFile = "/home/";
age.keyFile = "/home/";
};
};
}