updates
This commit is contained in:
parent
5fd3d3a40a
commit
7a46a2c96b
6 changed files with 13 additions and 6 deletions
5
hosts/_common/components/docker.nix
Normal file
5
hosts/_common/components/docker.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ settings, ... }:
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
users.extraGroups.docker.members = [ settings.user.username ];
|
||||
}
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
# TODO revisit
|
||||
(settings.hostsDir + "/_common/components/neovim.nix")
|
||||
# Common components this machine uses
|
||||
(settings.hostsDir + "/_common/components/systemd_boot.nix")
|
||||
|
@ -11,6 +10,7 @@
|
|||
(settings.hostsDir + "/_common/components/font_jetbrainsmono.nix")
|
||||
(settings.hostsDir + "/_common/components/home_manager.nix")
|
||||
(settings.hostsDir + "/_common/components/gnome_xorg.nix")
|
||||
(settings.hostsDir + "/_common/components/docker.nix")
|
||||
# Users this machine has
|
||||
(settings.usersDir + "/root/configuration.nix")
|
||||
(settings.usersDir + "/josh/configuration.nix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue