homeserver i guess
This commit is contained in:
parent
8c44e6e6cc
commit
bf6e9e680e
8 changed files with 76 additions and 45 deletions
18
hosts/overlord/configuration.nix
Normal file
18
hosts/overlord/configuration.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
../../modules/nixos/networking/ssh.nix
|
||||
../../modules/nixos/users/tulg.nix
|
||||
../../modules/servers/common.nix
|
||||
../../modules/servers/per-host/overlord/nixarr.nix
|
||||
];
|
||||
|
||||
networking.hostName = "overlord";
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue