remove dotfiles group

This commit is contained in:
Reid 2024-03-25 17:49:51 -07:00
parent a464099e1f
commit 1696ae7411
2 changed files with 0 additions and 4 deletions

View file

@ -8,8 +8,6 @@ in {
./webapps/default.nix ./webapps/default.nix
]; ];
users.groups.dotfiles = {};
normalUsers = { normalUsers = {
reidlab = { reidlab = {
conf = { conf = {

View file

@ -8,8 +8,6 @@ please do not use this as a learning resource for nix as i have essentially zero
this flake is built for a multi-user experience per host, enforced by [`modules/users.nix`](./modules/users.nix), and found in the `default.nix` file for each host. this flake is built for a multi-user experience per host, enforced by [`modules/users.nix`](./modules/users.nix), and found in the `default.nix` file for each host.
as this is a multi-user setup, the `dotfiles` group will be used for read and write access to the flake
## development ## development
to build the system, run `sudo nixos-rebuild switch --flake .#server` to build the system, run `sudo nixos-rebuild switch --flake .#server`