remove dotfiles group
This commit is contained in:
parent
a464099e1f
commit
1696ae7411
2 changed files with 0 additions and 4 deletions
|
@ -8,8 +8,6 @@ in {
|
|||
./webapps/default.nix
|
||||
];
|
||||
|
||||
users.groups.dotfiles = {};
|
||||
|
||||
normalUsers = {
|
||||
reidlab = {
|
||||
conf = {
|
||||
|
|
|
@ -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.
|
||||
|
||||
as this is a multi-user setup, the `dotfiles` group will be used for read and write access to the flake
|
||||
|
||||
## development
|
||||
|
||||
to build the system, run `sudo nixos-rebuild switch --flake .#server`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue