This commit is contained in:
iFargle 2024-01-30 17:50:33 +09:00
parent 66414d0bf4
commit 247a174075

View file

@ -1,6 +1,6 @@
{ inputs, config, lib, pkgs, modulesPath, hostname, ... }: { { inputs, config, lib, pkgs, modulesPath, hostname, ... }: {
imports = [ imports = [
inputs.nixos-hardware.nixosModules.raspberry-pi-4 # inputs.nixos-hardware.nixosModules.raspberry-pi-4
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
../../common/services/tailscale-autoconnect.nix ../../common/services/tailscale-autoconnect.nix
./podman.nix ./podman.nix