[outpost] Add htop, enable experimental nix features
This commit is contained in:
@@ -47,7 +47,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.raspberrypi-eeprom ];
|
environment.systemPackages = [
|
||||||
|
pkgs.raspberrypi-eeprom
|
||||||
|
pkgs.htop
|
||||||
|
];
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
sudo = {
|
sudo = {
|
||||||
@@ -58,6 +61,7 @@ in
|
|||||||
nix.settings = {
|
nix.settings = {
|
||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
trusted-public-keys = [ pubkeys.labyrinth.nix ];
|
trusted-public-keys = [ pubkeys.labyrinth.nix ];
|
||||||
|
experimental-features = "nix-command flakes";
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|||||||
Reference in New Issue
Block a user