fixes
This commit is contained in:
parent
d1d7dd9c01
commit
2ba2f3c6ff
6 changed files with 15 additions and 7 deletions
3
hosts/work/networking.nix
Normal file
3
hosts/work/networking.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
networking.networkmanager.enableStrongSwan = true;
|
||||
}
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
profiles = {
|
||||
desktop.enable = true;
|
||||
dynamic.enable = true;
|
||||
headful.enable = true;
|
||||
productivity.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,5 +7,7 @@
|
|||
pkgs.jq
|
||||
pkgs.mariadb
|
||||
pkgs.openssl
|
||||
pkgs.kubectl
|
||||
pkgs.awscli2
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue