summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/dragon.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/machines/dragon.nix b/machines/dragon.nix
index 99e1b50..f060dc0 100644
--- a/machines/dragon.nix
+++ b/machines/dragon.nix
@@ -16,7 +16,6 @@ in {
orbekk.nextcloud.enable = true;
orbekk.backups.enableServer = true;
orbekk.backups.enableClient = true;
- orbekk.vpn.enable = true;
orbekk.bridge.enable = false;
orbekk.zomboid-server.enable = false;
@@ -68,9 +67,6 @@ in {
};
systemd.services.transmission.serviceConfig.NetworkNamespacePath = "/var/run/netns/vpn";
users.users.transmission.extraGroups = ["readonly"];
- # services.tailscale.enable = true;
-
- # virtualisation.lxd.enable = true;
boot = {
kernelParams = [ "console=tty0" ''console="ttyS0,115200n8"'' ];
@@ -84,12 +80,6 @@ in {
'';
loader.grub.enable = true;
loader.grub.device = "/dev/disk/by-id/usb-Kingston_DataTraveler_2.0_5B751B9A49E4-0:0";
- #loader.grub.device = "/dev/disk/by-id/ata-Samsung_SSD_870_QVO_8TB_S5VUNJ0W709838H";
- #loader.grub.device = "/dev/disk/by-id/ata-INTEL_SSDSC2BW240H6_CVTR609508W0240CGN";
- #loader.grub.mirroredBoots = [
- # { devices = [ "/dev/disk/by-id/ata-HGST_HDN724040ALE640_PK1334PCKEXU9X" ]; path = "/mnt/boot1"; }
- # { devices = [ "/dev/disk/by-id/ata-HGST_HDN724040ALE640_PK1334PCKHV0LS" ]; path = "/mnt/boot2"; }
- #];
};
networking = { hostName = lib.mkForce "dragon"; };