mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: missing refactors from renaming modules -> hosts/common
This commit is contained in:
parent
3dd210d5cf
commit
d6ade5eb5c
3 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue