chore: clean machines

This commit is contained in:
Luj 2024-05-26 19:32:00 +02:00
parent 12f444efaa
commit b5629fb10b
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 54 additions and 298 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, modulesPath, ... }:
{ modulesPath, ... }:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
@ -17,16 +17,8 @@
mailserver.enable = true;
};
# make the tailscale command usable to users
environment.systemPackages = [ pkgs.tailscale ];
# enable the tailscale service
services.tailscale.enable = true;
services.fail2ban.enable = true;
networking.hostName = "lisa";
networking.hostId = "fbb334ae";
networking.useNetworkd = true;