mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: moved openvpn to more appropriate file
This commit is contained in:
parent
9f12a89c77
commit
9a38ea8d19
2 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
"ntfs"
|
||||
];
|
||||
initrd = {
|
||||
network.openvpn.enable = true;
|
||||
availableKernelModules = [
|
||||
"nvme"
|
||||
"ahci"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ let
|
|||
;
|
||||
in
|
||||
{
|
||||
network.openvpn.enable = true;
|
||||
networking = {
|
||||
hostName = mars.name;
|
||||
networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue