more things
This commit is contained in:
parent
a19ecfbd3e
commit
e2056f1dac
2 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
imports = [
|
||||
../../modules
|
||||
];
|
||||
myModules.setUsers = false;
|
||||
users.users.mac = {
|
||||
description = "mac";
|
||||
shell = pkgs.fish;
|
||||
home = "/Users/mac";
|
||||
};
|
||||
|
||||
system.stateVersion = 6;
|
||||
nixpkgs.hostPlatform = "x86_64-darwin";
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@
|
|||
nix.settings.trusted-users = [
|
||||
"root"
|
||||
"osbm"
|
||||
"mac" # TODO change mac user to osbm
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue