nix: add modular nixos and home-manager configuration loading
This commit is contained in:
parent
097508a015
commit
d570e23fdc
6 changed files with 213 additions and 0 deletions
7
home/user.nix
Normal file
7
home/user.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
users.profiles = {
|
||||
koishi = { uid = 1300; admin = true; sshLogin = true; }; # 0x514 = 1300 :)
|
||||
staging.uid = 1000;
|
||||
root.uid = 0;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue