Add template for new host

This commit is contained in:
thiloho
2023-08-25 07:28:22 +02:00
parent 414373b98c
commit 6676651eae
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
../shared-desktop.nix
../shared.nix
];
networking.hostName = "tvpc";
home-manager.users.thiloho = { pkgs, lib, ... }: {
home.stateVersion = "23.05";
};
system.stateVersion = "23.05";
}