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";
extraArgs = [ "-f" "-L nixos" ];
subvolumes = {
"/root" = {
"root" = {
mountpoint = "/";
mountOptions = [
"noatime"
@ -35,7 +35,7 @@
];
};
"/nix" = {
"nix" = {
mountpoint = "/nix";
mountOptions = [
"noatime"