mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: clean machines
This commit is contained in:
parent
12f444efaa
commit
b5629fb10b
5 changed files with 54 additions and 298 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue