This website works better with JavaScript
Home
Explore
Help
Sign In
control
/
home
Watch
1
Star
0
Fork
0
Files
Tree:
16a391409f
Branches
Tags
master
home
/
hosts
/
odin
/
users
/
default.nix
default.nix
91 B
History
Raw
1
2
3
4
5
6
7
8
{
users.mutableUsers = false;
imports = [
./christine.nix
./thomas.nix
];
}