Compare commits

...

2 commits

Author SHA1 Message Date
69bccfd2e6 fixed ssh issue for fedora
All checks were successful
/ check (push) Successful in 1m2s
/ deploy (push) Has been skipped
2025-06-22 23:47:02 -04:00
573bfc34ed fixed ssh issue for fedora 2025-06-22 23:46:44 -04:00
4 changed files with 30 additions and 4 deletions

5
.envrc
View file

@ -1,3 +1,2 @@
source_url https://raw.githubusercontent.com/juspay/omnix/75ed48923835963e2f18baba08f54a8adc307ba2/omnixrc "sha256-8C2Jb5bHx/0cvm1+9gOlBEdWzbikCWT5UsJWewUAFt4="
watch_file om.yaml
use omnix
use flake .

View 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";
}

View file

@ -3,6 +3,7 @@
"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"
}

View file

@ -12,7 +12,6 @@
meta.description = "Shell environment for modifying this Nix configuration";
packages = with pkgs; [
self'.packages.ip-gather
openssh
deploy-rs
ssh-to-age
sops