From 9397e7f43b60b6eee9777963a57c30872aad2c6b Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 25 May 2024 20:55:33 +0200 Subject: [PATCH] update home directory --- home-manager/desktop.nix | 2 +- nixos/configuration.nix | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home-manager/desktop.nix b/home-manager/desktop.nix index eb9c67a..09f2176 100644 --- a/home-manager/desktop.nix +++ b/home-manager/desktop.nix @@ -24,7 +24,7 @@ in home = { username = "nora"; - homeDirectory = "/home/nils"; + homeDirectory = "/home/nora"; }; home.packages = with pkgs; [ diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 88fffbc..4a2f8b2 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -198,8 +198,8 @@ in users = { nora = { uid = 1000; - isNormalUser = true; - home = "/home/nils"; + isNormalUser = true; + home = "/home/nora"; openssh.authorizedKeys.keys = [ # TODO: Add your SSH public key(s) here, if you plan on using SSH to connect "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0n1ikUG9rYqobh7WpAyXrqZqxQoQ2zNJrFPj12gTpP" @@ -253,6 +253,7 @@ in man-pages-posix bpftrace tailscale + file ]; # Some programs need SUID wrappers, can be configured further or are