new base image
All checks were successful
Hello World / test (push) Successful in 3s

This commit is contained in:
plasmagoat 2025-06-07 04:33:52 +02:00
parent 558b3f33c5
commit dd7b32ac51
5 changed files with 29 additions and 11 deletions

View file

@ -61,9 +61,9 @@
# Default filesystem on
fileSystems."/" = lib.mkDefault {
device = "/dev/disk/by-label/nixos";
autoResize = true; # grow on first boot
fsType = "ext4";
device = "/dev/disk/by-label/nixos";
autoResize = true; # grow on first boot
fsType = "ext4";
};
# Timezone & Keyboard
@ -72,10 +72,10 @@
# Default set of packages
environment.systemPackages = with pkgs; [
vim # emergencies
git # pulling flakes, code
curl # downloading things
python3 # for Ansible if needed on live VM
vim # emergencies
git # pulling flakes, code
curl # downloading things
python3 # for Ansible if needed on live VM
];
# Nix settings (cache, experimental, gc)