Merge branch 'master' of github.com:/kropatz/nix-config

This commit is contained in:
Kopatz
2024-04-30 16:51:36 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
firmware.enable = true;
ssd.enable = true;
};
nftables.enable = true;
cli-tools.enable = true;
nix = {
index.enable = true;

View File

@@ -16,6 +16,10 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/193dfa08-bf89-4a8b-a159-592c0a0b4d6e";
fsType = "ext4";
options = [
"defaults"
"noatime"
];
};
fileSystems."/boot" =