mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config.nix
This commit is contained in:
parent
da521fc91c
commit
c29cb5c31d
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
# Define user accounts
|
# Define user accounts
|
||||||
users.extraUsers =
|
users.extraUsers =
|
||||||
{
|
{
|
||||||
myuser =
|
aaronh =
|
||||||
{
|
{
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "networkmanager" ];
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
[
|
[
|
||||||
ddate
|
ddate
|
||||||
testdisk
|
testdisk
|
||||||
zsh
|
fish
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the OpenSSH daemon
|
# Enable the OpenSSH daemon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue