Compare commits

...

2 commits

Author SHA1 Message Date
ce6ac2cb63
feat: add cachix to env 2025-06-22 14:24:22 -04:00
eed6ae5422
feat: define nix trusted users 2025-06-22 14:23:59 -04:00
2 changed files with 2 additions and 1 deletions

View file

@ -59,8 +59,8 @@ in
shell = pkgs.fish;
inherit hashedPassword;
};
users.users.root = { inherit hashedPassword; };
nix.settings.trusted-users = [ "root" username ];
fonts = {

View file

@ -42,6 +42,7 @@ in {
openssl
libnotify
inotify-tools
cachix
# Programming
gcc