diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/alpha/sefidel.nix (renamed from home/alpha/zach.nix) | 2 | ||||
-rw-r--r-- | home/default.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/home/alpha/zach.nix b/home/alpha/sefidel.nix index 336217c..333e62f 100644 --- a/home/alpha/zach.nix +++ b/home/alpha/sefidel.nix @@ -7,6 +7,6 @@ programs.htop.settings.detailed_cpu_time = true; sops.defaultSopsFile = ../secrets/secrets.yaml; - sops.gnupg.home = "/home/zach/.gnupg"; + sops.gnupg.home = "/home/sefidel/.gnupg"; }; } diff --git a/home/default.nix b/home/default.nix index f13678e..f83c954 100644 --- a/home/default.nix +++ b/home/default.nix @@ -3,8 +3,8 @@ { # TODO See: https://github.com/neovim/neovim/pull/21711 # TODO See: https://github.com/NixOS/nixpkgs/pull/214231 - "zach@alpha" = self.lib.mkHome { - username = "zach"; + "sefidel@alpha" = self.lib.mkHome { + username = "sefidel"; hostname = "alpha"; pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default /*neovim.overlay*/ ]; }; |