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