Compare commits
2 commits
f5ac9a4866
...
69bccfd2e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 69bccfd2e6 | |||
| 573bfc34ed |
4 changed files with 30 additions and 4 deletions
5
.envrc
5
.envrc
|
|
@ -1,3 +1,2 @@
|
||||||
source_url https://raw.githubusercontent.com/juspay/omnix/75ed48923835963e2f18baba08f54a8adc307ba2/omnixrc "sha256-8C2Jb5bHx/0cvm1+9gOlBEdWzbikCWT5UsJWewUAFt4="
|
use flake .
|
||||||
watch_file om.yaml
|
|
||||||
use omnix
|
|
||||||
|
|
|
||||||
27
configurations/nixos/medchart-tofu/default.nix
Normal file
27
configurations/nixos/medchart-tofu/default.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
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";
|
||||||
|
}
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"base-tofu": "200:d642:9eee:8f38:d9f3:8272:817d:75da",
|
"base-tofu": "200:d642:9eee:8f38:d9f3:8272:817d:75da",
|
||||||
"forgejo-runner-tofu": "201:ea26:66c7:657b:3599:63a6:c66c:d388",
|
"forgejo-runner-tofu": "201:ea26:66c7:657b:3599:63a6:c66c:d388",
|
||||||
"link-warden-tofu": "200:7e25:554c:6df3:2c5:2de:6f9f:a96d",
|
"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",
|
"observer-tofu": "200:b938:d405:92df:a6e:1ffd:5213:26b",
|
||||||
"tofu": "200:1978:6503:e6f0:2dbe:11fd:74b:ff64"
|
"tofu": "200:1978:6503:e6f0:2dbe:11fd:74b:ff64"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
meta.description = "Shell environment for modifying this Nix configuration";
|
meta.description = "Shell environment for modifying this Nix configuration";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
self'.packages.ip-gather
|
self'.packages.ip-gather
|
||||||
openssh
|
|
||||||
deploy-rs
|
deploy-rs
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
sops
|
sops
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue