From f89c6b080473c999e18ed1483de634e52d4f0876 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Sun, 2 Feb 2025 17:25:57 -0800 Subject: [PATCH] updates --- nixos/hosts/framework13/default.nix | 2 +- nixos/hosts/framework16/default.nix | 2 -- nixos/hosts/nuc-server/default.nix | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/framework13/default.nix b/nixos/hosts/framework13/default.nix index 460093d4..1ae235f0 100644 --- a/nixos/hosts/framework13/default.nix +++ b/nixos/hosts/framework13/default.nix @@ -9,10 +9,10 @@ ../../common/modules/udev-rules.nix # ../../common/modules/yubikey-auth.nix ../../common/modules/builder.nix - # ../../common/services/podman.nix ../../common/services/geoclue.nix ../../common/services/syncthing.nix ../../common/services/forgejo-runner.nix + ../../common/services/podman.nix ]; hardware.bluetooth.enable = true; # enables support for Bluetooth diff --git a/nixos/hosts/framework16/default.nix b/nixos/hosts/framework16/default.nix index 36d323fa..6fb48275 100644 --- a/nixos/hosts/framework16/default.nix +++ b/nixos/hosts/framework16/default.nix @@ -6,7 +6,6 @@ # ./vm-gpu.nix ../../common/services/tailscale-autoconnect.nix ../../common/modules/secureboot.nix - # ../../common/modules/boot.nix ../../common/modules/udev-rules.nix # ../../common/modules/yubikey-auth.nix ../../common/modules/builder.nix @@ -14,7 +13,6 @@ ../../common/services/geoclue.nix ../../common/services/syncthing.nix ../../common/services/ollama.nix - # ../../common/services/tabby.nix ../../common/services/forgejo-runner.nix ]; diff --git a/nixos/hosts/nuc-server/default.nix b/nixos/hosts/nuc-server/default.nix index d8186c29..671cc4d6 100644 --- a/nixos/hosts/nuc-server/default.nix +++ b/nixos/hosts/nuc-server/default.nix @@ -11,11 +11,11 @@ in { ../../common/modules/ssh-luks.nix ../../common/services/docker.nix ../../common/services/ollama.nix + ../../common/services/forgejo-runner.nix ./disks.nix ./mounts.nix ./cron.nix ./firewall.nix - ../../common/services/forgejo-runner.nix ]; boot.kernelParams = [ "ip=${ipAddress}::${gateway}:255.255.255.0:${hostname}:${netDev}:none" ];