Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 6ef6906a31 - Show all commits

View file

@ -23,9 +23,9 @@
}; };
root = { root = {
size = "100%"; size = "100%";
mountpoint = "/partition-root";
content = { content = {
type = "btrfs"; type = "btrfs";
mountpoint = "/partition-root";
extraArgs = [ "-f" "-L nixos" ]; extraArgs = [ "-f" "-L nixos" ];
subvolumes = { subvolumes = {
"/rootfs" = { "/rootfs" = {