This commit is contained in:
2025-08-21 12:45:26 -04:00
parent be99293472
commit 14bdf543be
3 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -4,7 +4,7 @@
imports = imports =
[ [
./shares.nix ./shares.nix
./sops.nix; ./sops.nix
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -35,7 +35,7 @@
"10.0.0.76" = [ "nas nas.lan" ]; "10.0.0.76" = [ "nas nas.lan" ];
"10.0.0.125" = [ "git" "git.lan" ]; "10.0.0.125" = [ "git" "git.lan" ];
"10.0.0.153" = [ "samphone" "samphone.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.39" = [ "chronos" "chronos.lan" ];
"10.0.0.78" = [ "pyshelf" "pyshelf.lan" ]; "10.0.0.78" = [ "pyshelf" "pyshelf.lan" ];
"10.0.0.121" = [ "titan" "titan.lan" ]; "10.0.0.121" = [ "titan" "titan.lan" ];

View File

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