remove srvos

This commit is contained in:
TheWanderingCrow 2025-08-07 14:28:08 +00:00
parent 480071ea96
commit b46039daa1
3 changed files with 2 additions and 44 deletions

37
flake.lock generated
View file

@ -417,22 +417,6 @@
}
},
"nixpkgs_6": {
"locked": {
"lastModified": 1754243818,
"narHash": "sha256-sEPw2W01UPf0xNGnMGNZIaE1XHkk7O+lLLetYEXVZHk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c460617dfb709a67d18bb31e15e455390ee4ee1c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_7": {
"locked": {
"lastModified": 1739214665,
"narHash": "sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM=",
@ -521,7 +505,6 @@
"nixpkgs-unstable": "nixpkgs-unstable",
"nvix": "nvix",
"sops-nix": "sops-nix",
"srvos": "srvos",
"the-nest": "the-nest"
}
},
@ -568,24 +551,6 @@
"type": "github"
}
},
"srvos": {
"inputs": {
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1754273897,
"narHash": "sha256-l7epHqAcg8Qktu8vO2ZfjSH1wcai01XQOKQA9ADHIk4=",
"owner": "nix-community",
"repo": "srvos",
"rev": "8e7d3c690975ee6790926bdfd1258016c967d163",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "srvos",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
@ -619,7 +584,7 @@
"the-nest": {
"inputs": {
"flake-parts": "flake-parts_2",
"nixpkgs": "nixpkgs_7"
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1745340936,

View file

@ -97,8 +97,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
srvos.url = "github:nix-community/srvos";
# 3rd party inputs
disko = {
# Declarative partitioning

View file

@ -8,9 +8,7 @@
lib,
pkgs,
...
}: let
srvos = inputs.srvos.nixosModules;
in {
}: {
imports = lib.flatten [
# Disks
inputs.disko.nixosModules.disko
@ -24,9 +22,6 @@ in {
}
# Misc
srvos.server
srvos.hardware-hetzner-cloud
(map lib.custom.relativeToRoot [
# Required configs
"hosts/common/core"