This commit is contained in:
parent
558b3f33c5
commit
dd7b32ac51
5 changed files with 29 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue