initial commit
This commit is contained in:
commit
95085a0d24
16 changed files with 294 additions and 0 deletions
9
hosts/physique/hyponix/networking.nix
Normal file
9
hosts/physique/hyponix/networking.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.interfaces.enp5s0 = {
|
||||
ipv6.addresses = [{
|
||||
address = "2a02:8428:c272:6f01:aaaa:bbbb:cccc:3142";
|
||||
prefixLength = 64;
|
||||
}];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue