Skip to content

Commit

Permalink
vm context
Browse files Browse the repository at this point in the history
  • Loading branch information
esselius committed Oct 22, 2024
1 parent b69bb51 commit 4faf384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion darwin-modules/context.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
type = enum [ "home" "work" ];
};
formfactor = mkOption {
type = enum [ "desktop" "laptop" "server" ];
type = enum [ "desktop" "laptop" "server" "vm" ];
};
};
}
2 changes: 1 addition & 1 deletion home-modules/context.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
type = enum [ "home" "work" ];
};
formfactor = mkOption {
type = enum [ "desktop" "laptop" "server" ];
type = enum [ "desktop" "laptop" "server" "vm" ];
};
};
}
2 changes: 1 addition & 1 deletion nixos-modules/context.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
type = enum [ "home" "work" ];
};
formfactor = mkOption {
type = enum [ "desktop" "laptop" "server" ];
type = enum [ "desktop" "laptop" "server" "vm" ];
};
};
}

0 comments on commit 4faf384

Please sign in to comment.