Add new host

This commit is contained in:
SebastianStork 2024-03-22 22:28:42 +01:00
parent 57f4f7a7df
commit 943576db67
7 changed files with 155 additions and 1 deletions

21
flake.lock generated
View file

@ -1,5 +1,25 @@
{
"nodes": {
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1711006105,
"narHash": "sha256-pvjqjx4L2Hx/NP3RWcwLjk+ABtMODAJ9+rgreU6fP6I=",
"owner": "nix-community",
"repo": "disko",
"rev": "a8c966ee117c278a5aabc6f00b00ef62eb7e28f6",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -94,6 +114,7 @@
},
"root": {
"inputs": {
"disko": "disko",
"home-manager": "home-manager",
"nh": "nh",
"nix-index-database": "nix-index-database",