1
Fork 0

experiment

This commit is contained in:
caem 2025-01-16 19:35:41 +01:00
parent 6d34c326e5
commit 38fe1c2728
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -27,7 +27,7 @@
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" "-L nixos" ]; extraArgs = [ "-f" "-L nixos" ];
subvolumes = { subvolumes = {
"/root" = { "root" = {
mountpoint = "/"; mountpoint = "/";
mountOptions = [ mountOptions = [
"noatime" "noatime"
@ -35,7 +35,7 @@
]; ];
}; };
"/nix" = { "nix" = {
mountpoint = "/nix"; mountpoint = "/nix";
mountOptions = [ mountOptions = [
"noatime" "noatime"