test
This commit is contained in:
parent
428fc03330
commit
f50e5cde3f
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
stateVersion = "unstable";
|
stateVersion = "unstable";
|
||||||
libx = import ./lib { inherit inputs outputs stateVersion; };
|
hmStateVersion = "23.05";
|
||||||
|
libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; };
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; username = "albert"; desktop = "gnome"; };
|
nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; username = "albert"; desktop = "gnome"; };
|
||||||
|
|
Loading…
Reference in a new issue