wowiieeeee

This commit is contained in:
Tasia Iso 2024-10-03 14:51:45 +02:00
parent 1bf8bd5d5d
commit 352de48cd9
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
3 changed files with 79 additions and 14 deletions

View file

@ -99,6 +99,24 @@
"type": "github" "type": "github"
} }
}, },
"flake-utils_4": {
"inputs": {
"systems": "systems_5"
},
"locked": {
"lastModified": 1726560853,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -195,9 +213,10 @@
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"stable": "stable", "stable": "stable",
"tilde": "tilde", "tasiaiso-vulpecula-zone": "tasiaiso-vulpecula-zone",
"tildefriends": "tildefriends", "tildefriends": "tildefriends",
"vedirect-reader": "vedirect-reader" "vedirect-reader": "vedirect-reader",
"vulpecula-zone": "vulpecula-zone"
} }
}, },
"stable": { "stable": {
@ -276,7 +295,22 @@
"type": "github" "type": "github"
} }
}, },
"tilde": { "systems_5": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"tasiaiso-vulpecula-zone": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": [ "nixpkgs": [
@ -284,17 +318,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727957314, "lastModified": 1727959305,
"narHash": "sha256-2VEUOb4IsCnVq8fkRSOC2b8vAOXQJwRoqOwKAThaRTs=", "narHash": "sha256-j+7pLGrjMIAuCvuyoS9aNESmXpwHniZV0mr0wAsZJfM=",
"ref": "refs/heads/master", "ref": "refs/heads/main",
"rev": "1f5525d260d7ecddac2a13dce5a89b2789062816", "rev": "faed0287bbbb2914bbd54ef835caa17469dec469",
"revCount": 64, "revCount": 66,
"type": "git", "type": "git",
"url": "https://gitea.com/tasiaiso/tilde" "url": "https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea.com/tasiaiso/tilde" "url": "https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone"
} }
}, },
"tildefriends": { "tildefriends": {
@ -335,6 +369,27 @@
"type": "git", "type": "git",
"url": "https://gitea.com/tasiaiso/vedirect-reader" "url": "https://gitea.com/tasiaiso/vedirect-reader"
} }
},
"vulpecula-zone": {
"inputs": {
"flake-utils": "flake-utils_4",
"nixpkgs": [
"stable"
]
},
"locked": {
"lastModified": 1727959676,
"narHash": "sha256-fNSxDDY+B3Ov3KyCHDbpTGBo4GLCGkppJ+Bq714QcdE=",
"ref": "refs/heads/main",
"rev": "f2cbbd49717fafe605dad082552587d95c571910",
"revCount": 3,
"type": "git",
"url": "https://git.vulpecula.zone/tasiaiso/vulpecula.zone"
},
"original": {
"type": "git",
"url": "https://git.vulpecula.zone/tasiaiso/vulpecula.zone"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -20,8 +20,12 @@
tildefriends.url = "git+https://dev.tildefriends.net/cory/tildefriends?ref=main"; tildefriends.url = "git+https://dev.tildefriends.net/cory/tildefriends?ref=main";
vedirect-reader.url = "git+https://gitea.com/tasiaiso/vedirect-reader"; vedirect-reader.url = "git+https://gitea.com/tasiaiso/vedirect-reader";
tilde = { tasiaiso-vulpecula-zone = {
url = "git+https://gitea.com/tasiaiso/tilde"; url = "git+https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone";
inputs.nixpkgs.follows = "stable";
};
vulpecula-zone = {
url = "git+https://git.vulpecula.zone/tasiaiso/vulpecula.zone";
inputs.nixpkgs.follows = "stable"; inputs.nixpkgs.follows = "stable";
}; };
# home-manager = { # home-manager = {
@ -49,7 +53,8 @@
# nix-software-center, # nix-software-center,
tildefriends, tildefriends,
agenix, agenix,
tilde, tasiaiso-vulpecula-zone,
vulpecula-zone,
... ...
} @ inputs: let } @ inputs: let
inherit (self) outputs; inherit (self) outputs;

View file

@ -56,7 +56,12 @@ in {
virtualHosts."vulpecula.zone" = { virtualHosts."vulpecula.zone" = {
addSSL = true; addSSL = true;
enableACME = true; enableACME = true;
root = inputs.tilde.packages.x86_64-linux.default; root = inputs.vulpecula-zone;
};
virtualHosts."tasiaiso.vulpecula.zone" = {
addSSL = true;
enableACME = true;
root = inputs.tasiaiso-vulpecula-zone;
}; };
virtualHosts."git.vulpecula.zone" = { virtualHosts."git.vulpecula.zone" = {
addSSL = true; addSSL = true;