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 38fe1c2728 - Show all commits

View file

@ -27,7 +27,7 @@
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" "-L nixos" ]; extraArgs = [ "-f" "-L nixos" ];
subvolumes = { subvolumes = {
"/root" = { "root" = {
mountpoint = "/"; mountpoint = "/";
mountOptions = [ mountOptions = [
"noatime" "noatime"
@ -35,7 +35,7 @@
]; ];
}; };
"/nix" = { "nix" = {
mountpoint = "/nix"; mountpoint = "/nix";
mountOptions = [ mountOptions = [
"noatime" "noatime"