update
This commit is contained in:
parent
8df22c1739
commit
f9d612d6ed
3 changed files with 20 additions and 13 deletions
|
@ -5,6 +5,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../gnome
|
||||
../virt
|
||||
];
|
||||
|
||||
#Optimise nix store
|
||||
|
@ -79,7 +80,7 @@
|
|||
users.users.twoneis = {
|
||||
isNormalUser = true;
|
||||
description = "twoneis";
|
||||
extraGroups = [ "networkmanager" "wheel" "surface-control" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "surface-control" "docker" ];
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue