Delete users.nix

This commit is contained in:
Oliver Davies 2025-04-05 09:00:00 +01:00
parent 48babe9cc7
commit f91f54750d
2 changed files with 0 additions and 16 deletions

View file

@ -6,7 +6,6 @@
./programs.nix
./secrets.nix
./services
./users.nix
../../modules/mixins/bluetooth.nix
../../modules/mixins/docker.nix

View file

@ -1,15 +0,0 @@
{ pkgs, username, ... }:
{
users.users.${username} = {
extraGroups = [ "media" ];
packages = with pkgs; [
abook
android-tools
via
];
};
users.groups.media = { };
}