mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
feat: setup arkheon
This commit is contained in:
parent
0ae1917081
commit
2dc55d2a94
14 changed files with 125 additions and 10 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue