enable wg autostart on workstation
This commit is contained in:
parent
4cb86a4050
commit
584506fa76
@ -94,7 +94,6 @@
|
|||||||
pkgs.nixpkgs-review
|
pkgs.nixpkgs-review
|
||||||
pkgs.anydesk
|
pkgs.anydesk
|
||||||
pkgs.winbox
|
pkgs.winbox
|
||||||
pkgs.zotero
|
|
||||||
];
|
];
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
@ -104,8 +103,5 @@
|
|||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
||||||
secrets.wg-ataraxia.services = [ "wg-quick-wg0.service" ];
|
secrets.wg-ataraxia.services = [ "wg-quick-wg0.service" ];
|
||||||
networking.wg-quick.interfaces.wg0 = {
|
networking.wg-quick.interfaces.wg0.configFile = config.secrets.wg-ataraxia.decrypted;
|
||||||
autostart = false;
|
|
||||||
configFile = config.secrets.wg-ataraxia.decrypted;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user