Update machine configs with new user implementation
This commit is contained in:
parent
0326c34b4e
commit
acd9bfd8ae
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
];
|
||||
|
||||
eboskma = {
|
||||
users.erwin.enable = true;
|
||||
docker.enable = true;
|
||||
drone.enable = true;
|
||||
nix-common.enable = true;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
];
|
||||
|
||||
eboskma = {
|
||||
users.erwin.enable = true;
|
||||
gitea.enable = true;
|
||||
nix-common.enable = true;
|
||||
};
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
];
|
||||
|
||||
eboskma = {
|
||||
users.erwin.enable = true;
|
||||
docker.enable = true;
|
||||
nix-common.enable = true;
|
||||
nginx-proxy-manager.enable = true;
|
||||
|
|
Loading…
Reference in a new issue