chore: flake maintenance
Some checks failed
Flake check / Check flake (push) Has been cancelled

This commit is contained in:
Leon Schwarzäugl 2025-09-23 17:34:19 +02:00
parent d0f432b717
commit 355cf03bd1
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
49 changed files with 3232 additions and 3897 deletions

View file

@ -29,11 +29,6 @@ in
firewall.enable = true;
};
swarselprofiles = {
chaostheatre = lib.mkIf (!minimal) true;
minimal = lib.mkIf minimal true;
btrfs = true;
};
swarselsystems = {
info = "~SwarselSystems~ demo host";
wallpaper = self + /files/wallpaper/lenovowp.png;
@ -50,4 +45,9 @@ in
isNixos = true;
};
} // lib.optionalAttrs (!minimal) {
swarselprofiles = {
chaostheatre = true;
minimal = true;
};
}