Add server configuration host

This commit is contained in:
thiloho
2023-07-02 00:18:17 +02:00
parent 8ae0937a3b
commit 87367dfc5f
6 changed files with 249 additions and 223 deletions

View File

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