This commit is contained in:
iFargle 2024-02-09 22:31:09 +09:00
parent 519f73c7d7
commit 91b68a25f4
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
inherit (self) outputs;
stateVersion = "23.11";
hmStateVersion = "23.11";
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
libx = import ./lib { inherit nixpkgs-unstable self inputs outputs stateVersion hmStateVersion; };
in {
nixosConfigurations = {
osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };

View file

@ -1,4 +1,4 @@
{ self, inputs, outputs, stateVersion, hmStateVersion , ... }: {
{ self, nixpkgs-unstable, inputs, outputs, stateVersion, hmStateVersion , ... }: {
deploy = {
hostname,
system ? "x86_64-linux",