1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
phartman
adc8d2a34c Merge branch 'main' of 100.103.137.42:paul/NixOS
this is ugly
2025-01-14 17:19:32 -06:00
phartman
24cf74b6d2 Really should have been pusshing changes 2025-01-14 17:10:56 -06:00
2 changed files with 9 additions and 3 deletions

View file

@ -15,7 +15,7 @@
nixPath = [ nixPath = [
"nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos" "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"
"nixos-config=/home/paul/NixOS/hosts/latitude/configuration.nix" "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"
]; ];
}; };
@ -167,6 +167,7 @@ fileSystems."/mnt/nas/tvshows" = {
hardware.bluetooth.settings = { hardware.bluetooth.settings = {
General = { General = {
Enable = "Source,Sink,Media,Socket"; Enable = "Source,Sink,Media,Socket";
Experimental = true;
}; };
}; };
@ -192,7 +193,7 @@ fileSystems."/mnt/nas/tvshows" = {
libheif libheif
# WWAN Utilities # WWAN Utilities
modem-manager-gui # modem-manager-gui
## CLI Utils ## CLI Utils
wget wget
@ -222,6 +223,11 @@ fileSystems."/mnt/nas/tvshows" = {
remmina remmina
virt-viewer virt-viewer
chirp chirp
kdePackages.spacebar
kdePackages.kontact
kdePackages.kmail-account-wizard
kdePackages.kleopatra
gnupg
#ungoogled-chromium #ungoogled-chromium
# Chat/Internet # Chat/Internet

View file

@ -32,7 +32,7 @@
device = "root@192.168.1.16:/mnt/media"; device = "root@192.168.1.16:/mnt/media";
fsType = "sshfs"; fsType = "sshfs";
options = ["x-systemd.automount" "nodev" "noatime" "identityfile=/root/.ssh/id_rsa" "allow_other" "follow_symlinks"]; 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 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking