mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
update home directory
This commit is contained in:
parent
c8f641f22d
commit
9397e7f43b
2 changed files with 4 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ in
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "nora";
|
username = "nora";
|
||||||
homeDirectory = "/home/nils";
|
homeDirectory = "/home/nora";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ in
|
||||||
nora = {
|
nora = {
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/nils";
|
home = "/home/nora";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
|
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0n1ikUG9rYqobh7WpAyXrqZqxQoQ2zNJrFPj12gTpP"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0n1ikUG9rYqobh7WpAyXrqZqxQoQ2zNJrFPj12gTpP"
|
||||||
|
|
@ -253,6 +253,7 @@ in
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
bpftrace
|
bpftrace
|
||||||
tailscale
|
tailscale
|
||||||
|
file
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue