forgejo deployment

This commit is contained in:
John Lancaster
2026-07-18 12:21:03 -05:00
parent 25ecb7ad06
commit ac5128bf74
2 changed files with 80 additions and 47 deletions
-9
View File
@@ -119,13 +119,4 @@ in
})
];
};
# flake.homeConfigurations.soteria = withSystem "x86_64-linux" (ctx@{ config, inputs', ...}:
# inputs.home-manager.lib.homeManagerConfiguration {
# pkgs = inputs'.nixpkgs.legacyPackages;
# modules = [
# inputs.self.modules.homeManager."${username}"
# inputs.self.modules.homeManager.soteria
# ];
# });
}