add sapphic-engineer
This commit is contained in:
parent
4ec6af5aa7
commit
0d881d3228
7 changed files with 263 additions and 524 deletions
16
nixos/hosts/sapphic-engineer/default.nix
Normal file
16
nixos/hosts/sapphic-engineer/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../../templates/proxmox-lxc.nix
|
||||
../../server.nix
|
||||
../../features/dns-cache.nix
|
||||
../../features/telemetry
|
||||
|
||||
# ./akkoma.nix
|
||||
];
|
||||
|
||||
networking.hostName = "sapphic-engineer";
|
||||
system.stateVersion = "24.05";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue