diff options
Diffstat (limited to 'Biz/Dev/Beryllium')
-rw-r--r-- | Biz/Dev/Beryllium/Configuration.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Biz/Dev/Beryllium/Configuration.nix b/Biz/Dev/Beryllium/Configuration.nix index 8daa124..b898764 100644 --- a/Biz/Dev/Beryllium/Configuration.nix +++ b/Biz/Dev/Beryllium/Configuration.nix @@ -1,6 +1,7 @@ { pkgs, ... }: -{ +let ports = import ../../Cloud/Ports.nix; +in { imports = [ # Include the results of the hardware scan. ./Hardware.nix ]; @@ -98,12 +99,14 @@ linuxPackages.v4l2loopback nvtop keymapp + wally-cli + # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + # wget ]; systemd.services.NetworkManager-wait-online.enable = false; networking.firewall.allowedTCPPorts = [ ports.barrier ]; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave |