chore: missing refactors from renaming modules -> hosts/common

This commit is contained in:
oddlama 2023-03-19 02:01:15 +01:00
parent 3dd210d5cf
commit d6ade5eb5c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ in {
system = {
extraSystemBuilderCmds = ''
ln -sv ${pkgs.path} $out/nixpkgs
ln -sv ${../../nix/overlays} $out/overlays
ln -sv ${../../../nix/overlays} $out/overlays
'';
stateVersion = "22.11";

View file

@ -24,7 +24,7 @@
experimental-features = nix-command flakes recursive-nix
flake-registry = /etc/nix/registry.json
plugin-files = ${pkgs.nix-plugins}/lib/nix/plugins
extra-builtins-file = ${../../nix/extra-builtins.nix}
extra-builtins-file = ${../../../nix/extra-builtins.nix}
'';
optimise.automatic = true;
gc.automatic = true;

View file

@ -3,7 +3,7 @@
name,
...
}: {
rekey.secrets.initrd_host_ed25519_key.file = ../hosts/${name}/secrets/initrd_host_ed25519_key.age;
rekey.secrets.initrd_host_ed25519_key.file = ../${name}/secrets/initrd_host_ed25519_key.age;
boot.initrd.network.enable = true;
boot.initrd.network.ssh = {