Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
erdnaxe
nixos
Commits
c4fc6b98
Commit
c4fc6b98
authored
Apr 18, 2022
by
erdnaxe
🦋
Browse files
Remove useless home option
parent
62f2bdee
Changes
1
Hide whitespace changes
Inline
Side-by-side
base/user.nix
View file @
c4fc6b98
...
...
@@ -8,7 +8,6 @@
uid
=
1000
;
passwordFile
=
"/etc/nixos/erdnaxe_password.secret"
;
isNormalUser
=
true
;
home
=
"/home/erdnaxe"
;
shell
=
pkgs
.
zsh
;
extraGroups
=
[
"wheel"
"dialout"
];
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment