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