Compare commits
No commits in common. "69bccfd2e6a66cbd82860b79960bf7112e9a3d2e" and "f5ac9a4866c573f096f9bfdba9d62785434f6b79" have entirely different histories.
69bccfd2e6
...
f5ac9a4866
4 changed files with 4 additions and 30 deletions
5
.envrc
5
.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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue