Charlotte 🦝 Delenk
a87baa94a0
Some checks failed
Hydra nixosConfigurations.vf2 Hydra build #22171 of nixos-config:pr618:nixosConfigurations.vf2
8 lines
179 B
Nix
8 lines
179 B
Nix
{nixos-config, ...}: {
|
|
imports = [
|
|
"${nixos-config}/modules"
|
|
"${nixos-config}/services/tailscale.nix"
|
|
./systemd-boot.nix
|
|
];
|
|
boot.initrd.systemd.enable = true;
|
|
}
|