~
This commit is contained in:
parent
bb62b20c4b
commit
adea830fa0
2 changed files with 2 additions and 0 deletions
1
hive.nix
1
hive.nix
|
@ -20,6 +20,7 @@ in {
|
|||
(users.root { ssh = false; })
|
||||
users.catvayor
|
||||
];
|
||||
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||
};
|
||||
|
||||
kat-r86s = { name, nodes, ... }: {
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
programs.zsh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(pkgs.callPackage <agenix/pkgs/agenix.nix> {})
|
||||
wget
|
||||
brightnessctl
|
||||
nix-search-cli
|
||||
|
|
Loading…
Reference in a new issue