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";
|
||||
extraArgs = [ "-f" "-L nixos" ];
|
||||
subvolumes = {
|
||||
"/root" = {
|
||||
"root" = {
|
||||
mountpoint = "/";
|
||||
mountOptions = [
|
||||
"noatime"
|
||||
|
@ -35,7 +35,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
"/nix" = {
|
||||
"nix" = {
|
||||
mountpoint = "/nix";
|
||||
mountOptions = [
|
||||
"noatime"
|
||||
|
|
Loading…
Add table
Reference in a new issue