261 current 2025-10-11 02:26:00 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# flake for blakes nixos config
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# define new devices in outputs
|
||||||
# generation: 260 current 2025-10-11 02:24:48 25.05.20251006.20c4598 6.12.50 *
|
# generation: 261 current 2025-10-11 02:26:00 25.05.20251006.20c4598 6.12.50 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ in
|
|||||||
backups.enable = true;
|
backups.enable = true;
|
||||||
backups.repo = "/holocron/backups";
|
backups.repo = "/holocron/backups";
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
docker.enable = false;
|
podman.enable = false;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
nvidia.enable = true;
|
nvidia.enable = true;
|
||||||
|
|||||||
@@ -55,10 +55,7 @@ in
|
|||||||
extraGroups = [];
|
extraGroups = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation.oci-containers.containers = {
|
||||||
podman.enable = true;
|
|
||||||
oci-containers = {
|
|
||||||
containers = {
|
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
image = "homeassistant/home-assistant:stable";
|
image = "homeassistant/home-assistant:stable";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
@@ -79,8 +76,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# here lies my tough, and I mean fucking tough, swing at
|
# here lies my tough, and I mean fucking tough, swing at
|
||||||
# getting this to work bare metal, ggs ill see you again
|
# getting this to work bare metal, ggs ill see you again
|
||||||
|
|||||||
Reference in New Issue
Block a user