copy thing from example
This commit is contained in:
parent
f68395aca9
commit
8c369a9c63
1 changed files with 4 additions and 3 deletions
|
@ -23,11 +23,12 @@
|
|||
};
|
||||
root = {
|
||||
size = "100%";
|
||||
mountpoint = "/partition-root";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = [ "-f" ];
|
||||
extraArgs = [ "-f" "-L nixos" ];
|
||||
subvolumes = {
|
||||
"root" = {
|
||||
"/rootfs" = {
|
||||
mountpoint = "/";
|
||||
mountOptions = [
|
||||
"noatime"
|
||||
|
@ -35,7 +36,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
"nix" = {
|
||||
"/nix" = {
|
||||
mountpoint = "/nix";
|
||||
mountOptions = [
|
||||
"noatime"
|
||||
|
|
Loading…
Add table
Reference in a new issue