~
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.root { ssh = false; })
|
||||||
users.catvayor
|
users.catvayor
|
||||||
];
|
];
|
||||||
|
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
kat-r86s = { name, nodes, ... }: {
|
kat-r86s = { name, nodes, ... }: {
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
(pkgs.callPackage <agenix/pkgs/agenix.nix> {})
|
||||||
wget
|
wget
|
||||||
brightnessctl
|
brightnessctl
|
||||||
nix-search-cli
|
nix-search-cli
|
||||||
|
|
Loading…
Reference in a new issue