1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-07-01 22:27:19 +02:00
parent d1d7dd9c01
commit 2ba2f3c6ff
No known key found for this signature in database
6 changed files with 15 additions and 7 deletions

View file

@ -0,0 +1,3 @@
{
networking.networkmanager.enableStrongSwan = true;
}

View file

@ -1,6 +1,8 @@
{
profiles = {
desktop.enable = true;
dynamic.enable = true;
headful.enable = true;
productivity.enable = true;
};
}

View file

@ -7,5 +7,7 @@
pkgs.jq
pkgs.mariadb
pkgs.openssl
pkgs.kubectl
pkgs.awscli2
];
}