1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 03:57:44 +00:00

Delete docker

This commit is contained in:
RGBCube 2023-12-01 11:36:06 +03:00
parent 282e6951f3
commit 386f95dac1
No known key found for this signature in database
4 changed files with 0 additions and 8 deletions

1
.gitignore vendored
View file

@ -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/

View file

@ -19,7 +19,6 @@
./bat
./blueman
./discord
./docker
./dunst
./firefox
./fuzzel

View file

@ -1,5 +0,0 @@
{ systemConfiguration, enabled, ... }:
systemConfiguration {
virtualisation.docker = enabled {};
}

View file

@ -5,7 +5,6 @@ systemConfiguration {
description = "NixOS";
extraGroups = [
"docker"
"networkmanager"
"wheel"
];