fix(virtualisation): add & extend sub{u,g}id ranges
This commit is contained in:
parent
7fae92e31d
commit
5ba17c8ccf
3 changed files with 36 additions and 1 deletions
|
@ -145,6 +145,7 @@ rec {
|
|||
user.extraGroups = [ "wheel" "audio" "disk" "media" ];
|
||||
modules = [ homeManagerModules.git ];
|
||||
config = ./home/felschr.nix;
|
||||
usesContainers = true;
|
||||
})
|
||||
({ pkgs, ... }: {
|
||||
environment.systemPackages =
|
||||
|
@ -168,6 +169,7 @@ rec {
|
|||
user.extraGroups = [ "wheel" "audio" "disk" ];
|
||||
modules = [ homeManagerModules.git ];
|
||||
config = ./home/felschr-work.nix;
|
||||
usesContainers = true;
|
||||
})
|
||||
];
|
||||
specialArgs = { inherit inputs nixConfig; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue