diff --git a/.envrc b/.envrc index 4ffce76..fc56281 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,3 @@ -use flake . - +source_url https://raw.githubusercontent.com/juspay/omnix/75ed48923835963e2f18baba08f54a8adc307ba2/omnixrc "sha256-8C2Jb5bHx/0cvm1+9gOlBEdWzbikCWT5UsJWewUAFt4=" +watch_file om.yaml +use omnix diff --git a/configurations/nixos/medchart-tofu/default.nix b/configurations/nixos/medchart-tofu/default.nix deleted file mode 100644 index 45d7e03..0000000 --- a/configurations/nixos/medchart-tofu/default.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ - flake, - modulesPath, - config, - ... -}: - -let - inherit (flake) inputs; - inherit (inputs) self; -in -{ - imports = [ - self.nixosModules.default - "${modulesPath}/virtualisation/lxc-container.nix" - ]; - services.yggdrasil.persistentKeys = false; - deploy = { - enable = false; - }; - networking = { - hostName = "medchart"; - }; - environment.systemPackages = [ - ]; - system.stateVersion = "25.05"; -} diff --git a/container_ips.json b/container_ips.json index c8e69dc..60744a1 100644 --- a/container_ips.json +++ b/container_ips.json @@ -3,7 +3,6 @@ "base-tofu": "200:d642:9eee:8f38:d9f3:8272:817d:75da", "forgejo-runner-tofu": "201:ea26:66c7:657b:3599:63a6:c66c:d388", "link-warden-tofu": "200:7e25:554c:6df3:2c5:2de:6f9f:a96d", - "medchart-tofu": "204:f882:d45f:4bd9:a3a7:bdbc:d370:9a14", "observer-tofu": "200:b938:d405:92df:a6e:1ffd:5213:26b", "tofu": "200:1978:6503:e6f0:2dbe:11fd:74b:ff64" } diff --git a/modules/flake/devshell.nix b/modules/flake/devshell.nix index d4da25d..7a267b7 100644 --- a/modules/flake/devshell.nix +++ b/modules/flake/devshell.nix @@ -12,6 +12,7 @@ meta.description = "Shell environment for modifying this Nix configuration"; packages = with pkgs; [ self'.packages.ip-gather + openssh deploy-rs ssh-to-age sops