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;
|
inherit (self) outputs;
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
hmStateVersion = "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 {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };
|
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 = {
|
deploy = {
|
||||||
hostname,
|
hostname,
|
||||||
system ? "x86_64-linux",
|
system ? "x86_64-linux",
|
||||||
|
|
Loading…
Reference in a new issue