flake-parts: Babysteps towards a first trial run of the new config

This commit is contained in:
Christoph Hollizeck 2025-10-26 23:38:04 +01:00
parent fe6de112e6
commit d579c8ad2c
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
5 changed files with 232 additions and 16 deletions

View file

@ -37,8 +37,11 @@
"wheel"
];
shell = pkgs.fish;
# TODO: fix this with sops
initialPassword = "asdf";
};
nix.settings.trusted-users = [ config.flake.meta.users.cholli.username ];
};
};
}