scaling and work tools
This commit is contained in:
parent
0cc6c5a6b9
commit
a72fdaa3af
5 changed files with 24 additions and 4 deletions
|
|
@ -11,11 +11,19 @@
|
|||
xkbOptions = "caps:escape";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
openvpn
|
||||
openvpn3
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ ];
|
||||
|
||||
system.stateVersion = "22.11"; # do not change
|
||||
|
||||
boot.bootspec.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue