reenabled docker and winboat for clhickey-nixos
This commit is contained in:
parent
f04b6025d6
commit
946fb550e9
4 changed files with 20 additions and 5 deletions
|
|
@ -8,11 +8,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.users.${config.cos.username}.extraGroups = [
|
||||
"docker"
|
||||
];
|
||||
cos.docker.enable = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
inputs.winboat.packages.x86_64-linux.winboat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue