mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove docker because horrible in nix
This commit is contained in:
parent
76bfe183fa
commit
e145e6b7d6
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
# enableNvidia = true;
|
||||
};
|
||||
|
||||
users.users.liv = {
|
||||
extraGroups = [ "docker" ];
|
||||
};
|
||||
|
||||
virtualisation.oci-containers = {
|
||||
backend = "docker";
|
||||
containers."livdottown" = {
|
||||
image = "ghcr.io/ahwxorg/liv.town:latest";
|
||||
ports = [
|
||||
"0.0.0.0:4321:8080"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue