Add zfs support to redmond, update to wg-quick
This commit is contained in:
parent
06e1964f7d
commit
d183a4dc32
5 changed files with 23 additions and 11 deletions
|
@ -9,8 +9,10 @@
|
|||
../../modules/system
|
||||
];
|
||||
|
||||
networking.hostName = "envy";
|
||||
networking.wg-quick.interfaces.wgc.address = [ "10.100.0.25/24" ];
|
||||
networking = {
|
||||
hostName = "envy";
|
||||
wg-quick.interfaces.wgc.address = [ "10.100.0.25/24" ];
|
||||
};
|
||||
|
||||
system = {
|
||||
lanzaboote.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue