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 = [
|
imports = [
|
||||||
../../modules
|
../../modules
|
||||||
];
|
];
|
||||||
|
myModules.setUsers = false;
|
||||||
|
users.users.mac = {
|
||||||
|
description = "mac";
|
||||||
|
shell = pkgs.fish;
|
||||||
|
home = "/Users/mac";
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = 6;
|
system.stateVersion = 6;
|
||||||
nixpkgs.hostPlatform = "x86_64-darwin";
|
nixpkgs.hostPlatform = "x86_64-darwin";
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@
|
||||||
nix.settings.trusted-users = [
|
nix.settings.trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"osbm"
|
"osbm"
|
||||||
|
"mac" # TODO change mac user to osbm
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue