parent
63c0768830
commit
5912f4ff19
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
stateVersion = "unstable";
|
stateVersion = "unstable";
|
||||||
hmStateVersion = "23.11";
|
hmStateVersion = "23.11";
|
||||||
libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; };
|
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# Virtual
|
# Virtual
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, outputs, stateVersion, hmStateVersion, ... }: {
|
{ self, inputs, outputs, stateVersion, hmStateVersion, ... }: {
|
||||||
|
|
||||||
deploy = {
|
deploy = {
|
||||||
hostname,
|
hostname,
|
||||||
|
|
Loading…
Reference in a new issue