Skip to content

Commit

Permalink
fix: test config
Browse files Browse the repository at this point in the history
change scheme to full and hostname to liveimg of test machine config
this is for user-wide package build testing when home-manger-config,
and nixpkgs commits are different
  • Loading branch information
misumisumi committed May 8, 2024
1 parent 941b625 commit 4e4945a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ let
in
{
test = settings {
hostname = "mother";
hostname = "liveimg";
inherit user;
scheme = "test";
scheme = "full";
};
liveimg-gui = settings {
hostname = "liveimg";
Expand Down

0 comments on commit 4e4945a

Please sign in to comment.