This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
1
Pull requests
2
Projects
Releases
Packages
Wiki
Activity
Actions
1b917d8357
nixos-config
/
users
/
default.nix
9 lines
109 B
Nix
Raw
Normal View
History
Unescape
Escape
add root user with password
2024-10-29 13:55:53 +00:00
{
.
.
.
}:
{
imports
=
[
add home-manager to root
2024-11-02 07:43:37 +00:00
./home-manager.nix
add root user with password
2024-10-29 13:55:53 +00:00
./root
add wip pc installer/livecd
2024-11-05 08:11:22 +00:00
./darkkirb
add root user with password
2024-10-29 13:55:53 +00:00
]
;
users
.
mutableUsers
=
false
;
}
Reference in a new issue
Copy permalink