forked from mirrors_public/oddlama_nix-config
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 = {
|
system = {
|
||||||
extraSystemBuilderCmds = ''
|
extraSystemBuilderCmds = ''
|
||||||
ln -sv ${pkgs.path} $out/nixpkgs
|
ln -sv ${pkgs.path} $out/nixpkgs
|
||||||
ln -sv ${../../nix/overlays} $out/overlays
|
ln -sv ${../../../nix/overlays} $out/overlays
|
||||||
'';
|
'';
|
||||||
|
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
experimental-features = nix-command flakes recursive-nix
|
experimental-features = nix-command flakes recursive-nix
|
||||||
flake-registry = /etc/nix/registry.json
|
flake-registry = /etc/nix/registry.json
|
||||||
plugin-files = ${pkgs.nix-plugins}/lib/nix/plugins
|
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;
|
optimise.automatic = true;
|
||||||
gc.automatic = true;
|
gc.automatic = true;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
name,
|
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.enable = true;
|
||||||
boot.initrd.network.ssh = {
|
boot.initrd.network.ssh = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue