Create host/vm named smarthome

This commit is contained in:
Gene Liverman 2024-08-20 12:13:09 -04:00 committed by Gene Liverman
parent c74f5d4248
commit eb83880671
5 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ ... }: {
home.stateVersion = "24.05";
imports = [
../../common/all-cli.nix
../../common/all-linux.nix
];
}