test
This commit is contained in:
parent
519f73c7d7
commit
91b68a25f4
2 changed files with 2 additions and 2 deletions
|
@ -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"; };
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ self, inputs, outputs, stateVersion, hmStateVersion , ... }: {
|
||||
{ self, nixpkgs-unstable, inputs, outputs, stateVersion, hmStateVersion , ... }: {
|
||||
deploy = {
|
||||
hostname,
|
||||
system ? "x86_64-linux",
|
||||
|
|
Loading…
Reference in a new issue