mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add template for new host
This commit is contained in:
17
nixos-configurations/tvpc/default.nix
Normal file
17
nixos-configurations/tvpc/default.nix
Normal 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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user