This commit is contained in:
Spectre 2024-06-08 15:07:01 +02:00
parent dbd38133da
commit 96eb7a6bf0
2 changed files with 17 additions and 25 deletions

View file

@ -1,28 +1,10 @@
{pkgs, ...}: {
boot.tmp.useTmpfs = true;
time.timeZone = "Europe/Berlin";
users.mutableUsers = false;
users.users.root.password = "nixos";
services.getty.autologinUser = "root";
environment.systemPackages = with pkgs; [
age
compsize
duf
eza
file
htop
btop
jq
yq
du-dust
ranger
ripgrep
sops
wget
wireguard-tools
zip
vim
git
];
environment.pathsToLink = ["/share/zsh"];
system.stateVersion = "24.11";
}