clean up last age attempt

This commit is contained in:
2025-10-05 09:05:48 -05:00
parent 898c17e537
commit b145d407cc
4 changed files with 17 additions and 124 deletions

View File

@@ -14,7 +14,7 @@
ssh.enable = true;
docker.enable = true;
syncthing.enable = true;
tailscale.enable = true;
tailscale.enable = false;
nvidia.enable = false;
};
homelab = {
@@ -29,21 +29,6 @@
blake.enable = true;
};
# passwordless rebuild
security.sudo.extraRules = [
{
users = [ "blake" ];
commands = [
{
command = "/run/current-system/sw/bin/nixos-rebuild";
options = [ "NOPASSWD" ];
}
];
}
];
# use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -82,7 +67,6 @@
# programs here, NOT in environment.systemPackages
];
# enable flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];