hosts/{anemone,hyacinth}: fix neovim nightly overlay
This commit is contained in:
parent
b6f4f1942d
commit
8a598f86f5
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
time.timeZone = "Australia/Melbourne";
|
time.timeZone = "Australia/Melbourne";
|
||||||
|
|
||||||
nixpkgs.overlays = [ inputs.neovim-nightly.overlay ];
|
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
passwd.file = ../../secrets/passwd.age;
|
passwd.file = ../../secrets/passwd.age;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
time.timeZone = "Asia/Phnom_Penh";
|
time.timeZone = "Asia/Phnom_Penh";
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
nixpkgs.overlays = [ inputs.neovim-nightly.overlay ];
|
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
passwd.file = ../../secrets/passwd.age;
|
passwd.file = ../../secrets/passwd.age;
|
||||||
wg_hyacinth.file = ../../secrets/wg_blossom.age;
|
wg_hyacinth.file = ../../secrets/wg_blossom.age;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue