diff --git a/low-power-laptop/.stowrc b/low-power-laptop/.stowrc new file mode 100644 index 0000000..7a958a7 --- /dev/null +++ b/low-power-laptop/.stowrc @@ -0,0 +1,3 @@ +--target=/etc/nixos +--ignore=.stowrc +--ignore=DS_Store diff --git a/nixos/home-manager/low-power-laptop.nix b/nixos/home-manager/low-power-laptop.nix index e6f8e8e..fda612c 100644 --- a/nixos/home-manager/low-power-laptop.nix +++ b/nixos/home-manager/low-power-laptop.nix @@ -79,7 +79,7 @@ programs.ssh.matchBlocks = { "*" = { - identityFile = "/home/aria/.ssh/id_ed25519"; + identityFile = "/home/buymymojo/.ssh/id_ed25519"; }; }; diff --git a/nixos/home-manager/packages/common-cli.nix b/nixos/home-manager/packages/common-cli.nix index 693d60d..fffbc82 100644 --- a/nixos/home-manager/packages/common-cli.nix +++ b/nixos/home-manager/packages/common-cli.nix @@ -85,11 +85,6 @@ in user = "git"; port = 23; }; - - "vtt.buymymojo.net" = { - hostname = "vtt.buymymojo.net"; - user = "admin"; - }; }; # === shells ===