feat: get to a solid bootstrap on public ssh
This commit is contained in:
parent
642869ce9b
commit
3850948f71
27 changed files with 262 additions and 865 deletions
11
hosts/common.nix
Normal file
11
hosts/common.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ hostMeta, siteConfig, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = hostMeta.nixosName;
|
||||
networking.domain = siteConfig.baseDomain;
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue