mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
feat: setup arkheon
This commit is contained in:
parent
0ae1917081
commit
2dc55d2a94
14 changed files with 125 additions and 10 deletions
|
@ -16,7 +16,10 @@
|
|||
arch = "x86_64-linux";
|
||||
nixpkgs_version = inputs.nixpkgs;
|
||||
hm_version = inputs.home-manager;
|
||||
profiles = with profiles; [ vm-simple-network ];
|
||||
profiles = with profiles; [
|
||||
vm-simple-network
|
||||
server
|
||||
];
|
||||
ips = {
|
||||
public.ipv4 = "82.67.34.230";
|
||||
local.ipv4 = "192.168.0.103";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue