experiment
This commit is contained in:
parent
6d34c326e5
commit
38fe1c2728
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue