UPdate builders
This commit is contained in:
parent
e3a48b25d0
commit
704db21e45
3 changed files with 2 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
||||||
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
|
||||||
# For remote builds
|
|
||||||
# see home-manager: bash.nix: rebuild-*-remote
|
|
||||||
# users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ];
|
|
||||||
|
|
||||||
# For cross-architecture builds
|
|
||||||
boot.binfmt.emulatedSystems = [
|
|
||||||
"aarch64-linux"
|
|
||||||
"armv7l-linux"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ qemu_kvm ];
|
|
||||||
}
|
|
|
@ -4,13 +4,13 @@
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
|
../../common/modules/builder.nix
|
||||||
../../common/services/fwupd.nix
|
../../common/services/fwupd.nix
|
||||||
../../common/modules/ssh-luks.nix
|
../../common/modules/ssh-luks.nix
|
||||||
../../common/services/docker.nix
|
../../common/services/docker.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
./containers.nix
|
./containers.nix
|
||||||
./disks.nix
|
./disks.nix
|
||||||
./builder.nix
|
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./cron.nix
|
./cron.nix
|
||||||
./firewall.nix
|
./firewall.nix
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
# ../../common/modules/boot.nix
|
# ../../common/modules/boot.nix
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
|
../../common/modules/builder.nix
|
||||||
../../common/services/podman.nix
|
../../common/services/podman.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue