1
Fork 0

copy thing from example

This commit is contained in:
caem 2025-01-16 19:42:56 +01:00
parent f68395aca9
commit 8c369a9c63
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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"