2 Commits

Author SHA1 Message Date
9ac155a7e2 Added udisks and nemo 2025-08-22 22:20:49 -04:00
14bdf543be Fixed 2025-08-21 12:45:26 -04:00
5 changed files with 15 additions and 4 deletions

View File

@@ -30,6 +30,7 @@
options ath10k_core rawmode=1
'';
};
services.udisks2.enable = true;
# Set your time zone.
# Enable the X11 windowing system.

View File

@@ -35,7 +35,8 @@
modules = [
{ nixpkgs.overlays = overlays; }
sops-nix.nixosModules.sops
./xps13-hardware-configuration.nix.nix
./configuration.nix
./xps13-hardware-configuration.nix
home-manager.nixosModules.home-manager {
# home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;

View File

@@ -132,7 +132,16 @@
power-profiles-daemon
wpa_supplicant_gui
gvfs
nemo-with-extensions
];
services.udiskie = {
enable = true;
settings = {
program_options = {
file_manager = "${pkgs.nemo-with-extensions}/bin/nemo";
};
};
};
programs.wofi = {
enable = true;
settings = {

View File

@@ -4,7 +4,7 @@
imports =
[
./shares.nix
./sops.nix;
./sops.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -35,7 +35,7 @@
"10.0.0.76" = [ "nas nas.lan" ];
"10.0.0.125" = [ "git" "git.lan" ];
"10.0.0.153" = [ "samphone" "samphone.lan" ];
"10.0.0.223" = [ "pve", "pve.lan" ];
"10.0.0.223" = [ "pve" "pve.lan" ];
"10.0.0.39" = [ "chronos" "chronos.lan" ];
"10.0.0.78" = [ "pyshelf" "pyshelf.lan" ];
"10.0.0.121" = [ "titan" "titan.lan" ];

View File

@@ -192,7 +192,7 @@ bind F3 send-keys 'igrep .' C-m
port = 8022;
identityFile = "~/.ssh/id_ed25519";
};
git.local = {
git = {
host = "10.0.0.125";
user = "git";
identityFile = "~/.ssh/id_ed25519";