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";
extraArgs = [ "-f" "-L nixos" ];
subvolumes = {
"/root" = {
"root" = {
mountpoint = "/";
mountOptions = [
"noatime"
@ -35,7 +35,7 @@
];
};
"/nix" = {
"nix" = {
mountpoint = "/nix";
mountOptions = [
"noatime"