This commit is contained in:
albert 2025-02-02 17:25:57 -08:00
parent f310c411b1
commit f89c6b0804
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 2 additions and 4 deletions
nixos/hosts
framework13
framework16
nuc-server

View file

@ -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

View file

@ -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
];

View file

@ -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" ];