Add kubernetes

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-28 12:38:08 +00:00
parent 7dbe22034a
commit 79e804f8bf
12 changed files with 1244 additions and 63 deletions

64
flake.lock generated
View File

@@ -2,7 +2,9 @@
"nodes": {
"ags": {
"inputs": {
"astal": "astal",
"astal": [
"astal"
],
"nixpkgs": [
"nixpkgs"
]
@@ -22,27 +24,6 @@
}
},
"astal": {
"inputs": {
"nixpkgs": [
"ags",
"nixpkgs"
]
},
"locked": {
"lastModified": 1735172721,
"narHash": "sha256-rtEAwGsHSppnkR3Qg3eRJ6Xh/F84IY9CrBBLzYabalY=",
"owner": "aylur",
"repo": "astal",
"rev": "6c84b64efc736e039a8a10774a4a1bf772c37aa2",
"type": "github"
},
"original": {
"owner": "aylur",
"repo": "astal",
"type": "github"
}
},
"astal_2": {
"inputs": {
"nixpkgs": [
"nixpkgs"
@@ -121,7 +102,9 @@
},
"flake-utils": {
"inputs": {
"systems": "systems"
"systems": [
"systems"
]
},
"locked": {
"lastModified": 1731533236,
@@ -160,11 +143,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1736505015,
"narHash": "sha256-bY3JTStgCgUZa6cE1GAc+c9ZCExCGvpjmPb7ANanhsc=",
"lastModified": 1738059769,
"narHash": "sha256-SBOwc5HSi0zThWoj3EfYh673X1d1dc78N2qCtcJmIvo=",
"owner": "karaolidis",
"repo": "nixpkgs",
"rev": "43ed29dceb72a444d29ec4b0b980deae63ea9791",
"rev": "befe9d27e7e7be485aae35d541f135c8471bd508",
"type": "github"
},
"original": {
@@ -174,26 +157,12 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1736344531,
"narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs_2",
"nixpkgs": [
"nixpkgs"
],
"treefmt-nix": "treefmt-nix"
},
"locked": {
@@ -213,14 +182,15 @@
"root": {
"inputs": {
"ags": "ags",
"astal": "astal_2",
"astal": "astal",
"disko": "disko",
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nur": "nur",
"sops-nix": "sops-nix",
"spicetify-nix": "spicetify-nix"
"spicetify-nix": "spicetify-nix",
"systems": "systems"
}
},
"sops-nix": {
@@ -248,6 +218,9 @@
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
],
"systems": [
"systems"
]
},
"locked": {
@@ -275,6 +248,7 @@
},
"original": {
"owner": "nix-systems",
"ref": "main",
"repo": "default",
"type": "github"
}