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