more things

This commit is contained in:
Osman Faruk Bayram 2025-09-09 11:04:59 +03:00
parent a19ecfbd3e
commit e2056f1dac
2 changed files with 7 additions and 0 deletions

View file

@ -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";

View file

@ -66,6 +66,7 @@
nix.settings.trusted-users = [
"root"
"osbm"
"mac" # TODO change mac user to osbm
];
nix.gc = {