refactor: use 'import-as-enable' pattern

This commit is contained in:
2026-03-11 16:40:11 +01:00
parent ed39959b61
commit 890146bc9d
15 changed files with 65 additions and 170 deletions

View File

@@ -11,6 +11,7 @@ in
imports = [
./hard.nix
../../modules/ssh
# ../../modules/uptime-kuma
];
ssh = {

View File

@@ -17,7 +17,6 @@ in
./hard.nix
../../modules/ssh
../../modules/docker
../../modules/uptime-kuma
];
networking.hostName = hostName;
@@ -32,8 +31,6 @@ in
docker.user = username;
my.uptime-kuma.enable = false;
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";