mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
feat: set ipv6 gustave
This commit is contained in:
parent
358a8fe9c2
commit
da5f1f82fd
2 changed files with 9 additions and 4 deletions
|
@ -116,6 +116,13 @@ let
|
|||
arch = "x86_64-linux";
|
||||
nixpkgs_version = inputs.nixpkgs;
|
||||
hm_version = inputs.home-manager;
|
||||
ipv4 = {
|
||||
public = "82.67.34.230";
|
||||
local = "192.168.0.90";
|
||||
};
|
||||
ipv6 = {
|
||||
public = "2a01:e0a:de4:a0e1:eb2:aaaa::45";
|
||||
};
|
||||
};
|
||||
|
||||
core-security = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue