mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 03:57:44 +00:00
Delete docker
This commit is contained in:
parent
282e6951f3
commit
386f95dac1
4 changed files with 0 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,7 +7,6 @@
|
|||
!machines/enka/bat/
|
||||
!machines/enka/blueman/
|
||||
!machines/enka/discord/
|
||||
!machines/enka/docker/
|
||||
!machines/enka/dunst/
|
||||
!machines/enka/firefox/
|
||||
!machines/enka/fuzzel/
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
./bat
|
||||
./blueman
|
||||
./discord
|
||||
./docker
|
||||
./dunst
|
||||
./firefox
|
||||
./fuzzel
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ systemConfiguration, enabled, ... }:
|
||||
|
||||
systemConfiguration {
|
||||
virtualisation.docker = enabled {};
|
||||
}
|
|
@ -5,7 +5,6 @@ systemConfiguration {
|
|||
description = "NixOS";
|
||||
|
||||
extraGroups = [
|
||||
"docker"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue