base
This commit is contained in:
parent
dbd38133da
commit
96eb7a6bf0
2 changed files with 17 additions and 25 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue