feat: setup arkheon

This commit is contained in:
Luj 2024-09-02 16:42:35 +02:00
parent 9c4bf3af61
commit bc31afe86a
11 changed files with 94 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, profiles, ... }:
{
imports = [
./hardware.nix
@ -16,10 +16,9 @@
public.ipv6 = "2001:0bc8:3d24::45";
vpn.ipv4 = "100.100.45.33";
};
profiles = with profiles; [ server ];
};
deployment.tags = [ "server" ];
disko = import ./disko.nix;
environment.persistence."/persistent" = {