updates
This commit is contained in:
parent
f310c411b1
commit
f89c6b0804
3 changed files with 2 additions and 4 deletions
nixos/hosts
|
@ -9,10 +9,10 @@
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
# ../../common/modules/yubikey-auth.nix
|
# ../../common/modules/yubikey-auth.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
# ../../common/services/podman.nix
|
|
||||||
../../common/services/geoclue.nix
|
../../common/services/geoclue.nix
|
||||||
../../common/services/syncthing.nix
|
../../common/services/syncthing.nix
|
||||||
../../common/services/forgejo-runner.nix
|
../../common/services/forgejo-runner.nix
|
||||||
|
../../common/services/podman.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
# ./vm-gpu.nix
|
# ./vm-gpu.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
# ../../common/modules/boot.nix
|
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
# ../../common/modules/yubikey-auth.nix
|
# ../../common/modules/yubikey-auth.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
../../common/services/geoclue.nix
|
../../common/services/geoclue.nix
|
||||||
../../common/services/syncthing.nix
|
../../common/services/syncthing.nix
|
||||||
../../common/services/ollama.nix
|
../../common/services/ollama.nix
|
||||||
# ../../common/services/tabby.nix
|
|
||||||
../../common/services/forgejo-runner.nix
|
../../common/services/forgejo-runner.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,11 @@ in {
|
||||||
../../common/modules/ssh-luks.nix
|
../../common/modules/ssh-luks.nix
|
||||||
../../common/services/docker.nix
|
../../common/services/docker.nix
|
||||||
../../common/services/ollama.nix
|
../../common/services/ollama.nix
|
||||||
|
../../common/services/forgejo-runner.nix
|
||||||
./disks.nix
|
./disks.nix
|
||||||
./mounts.nix
|
./mounts.nix
|
||||||
./cron.nix
|
./cron.nix
|
||||||
./firewall.nix
|
./firewall.nix
|
||||||
../../common/services/forgejo-runner.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelParams = [ "ip=${ipAddress}::${gateway}:255.255.255.0:${hostname}:${netDev}:none" ];
|
boot.kernelParams = [ "ip=${ipAddress}::${gateway}:255.255.255.0:${hostname}:${netDev}:none" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue