Did config

This commit is contained in:
KoenDR06 2024-09-18 11:59:36 +02:00
parent 3525e5f89f
commit 1fed946419
5 changed files with 56 additions and 14 deletions

View file

@ -22,6 +22,9 @@
networking.hostName = "luna";
networking.networkmanager.enable = true;
networking.extraHosts = ''
127.0.0.1 koala.rails.local members.rails.local leden.rails.local intro.rails.local
'';
services.xserver.enable = true;
services.desktopManager.plasma6.enable = true;
@ -38,5 +41,7 @@
loopback.enable = false;
};
virtualisation.docker.enable = true;
users.extraUsers.horseman.extraGroups = [ "jackaudio" ];
}