diff --git a/hosts/latitude/configuration.nix b/hosts/latitude/configuration.nix index 9839303..f2b15c5 100644 --- a/hosts/latitude/configuration.nix +++ b/hosts/latitude/configuration.nix @@ -15,7 +15,7 @@ nixPath = [ "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos" "nixos-config=/home/paul/NixOS/hosts/latitude/configuration.nix" - "/nix/var/nix/profiles/per-user/root/channels" +# "/nix/var/nix/profiles/per-user/root/channels" ]; }; @@ -124,6 +124,7 @@ hardware.bluetooth.settings = { General = { Enable = "Source,Sink,Media,Socket"; + Experimental = true; }; }; @@ -149,7 +150,7 @@ libheif # WWAN Utilities - modem-manager-gui +# modem-manager-gui ## CLI Utils wget @@ -179,6 +180,11 @@ remmina virt-viewer chirp + kdePackages.spacebar + kdePackages.kontact + kdePackages.kmail-account-wizard + kdePackages.kleopatra + gnupg #ungoogled-chromium # Chat/Internet diff --git a/hosts/latitude/hardware-configuration.nix b/hosts/latitude/hardware-configuration.nix index be4e756..7eb120b 100644 --- a/hosts/latitude/hardware-configuration.nix +++ b/hosts/latitude/hardware-configuration.nix @@ -32,7 +32,7 @@ device = "root@192.168.1.16:/mnt/media"; fsType = "sshfs"; options = ["x-systemd.automount" "nodev" "noatime" "identityfile=/root/.ssh/id_rsa" "allow_other" "follow_symlinks"]; - label = "Old NAS"; +# label = "Old NAS"; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking