Merge branch 'master' of github.com:/kropatz/nix-config
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
firmware.enable = true;
|
||||
ssd.enable = true;
|
||||
};
|
||||
|
||||
nftables.enable = true;
|
||||
cli-tools.enable = true;
|
||||
nix = {
|
||||
index.enable = true;
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/193dfa08-bf89-4a8b-a159-592c0a0b4d6e";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"defaults"
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
|
||||
Reference in New Issue
Block a user