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 = [
{ 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

@@ -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";