docker
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
{inputs, ...}: {
|
{config, ...}: let
|
||||||
|
flakeConfig = config;
|
||||||
|
in {
|
||||||
flake.nixosModules.development = {pkgs, ...}: {
|
flake.nixosModules.development = {pkgs, ...}: {
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
users.users.${flakeConfig.username}.extraGroups = ["docker"];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nodejs_24
|
nodejs_24
|
||||||
go
|
go
|
||||||
|
|||||||
Reference in New Issue
Block a user