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 = {
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"