mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
update blog
This commit is contained in:
parent
90a578e4cc
commit
7fac534d32
1 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
nixpkgs-unstable = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d04953086551086b44b6f3c6b7eeb26294f207da.tar.gz") { }; # nixos-unstable 2024-08-05
|
nixpkgs-unstable = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d04953086551086b44b6f3c6b7eeb26294f207da.tar.gz") { }; # nixos-unstable 2024-08-05
|
||||||
|
|
||||||
website = import (fetchTarball "https://github.com/Noratrieb/website/archive/ab44e5ef7586a220fc1d251bda333a8752bb7783.tar.gz");
|
website = import (fetchTarball "https://github.com/Noratrieb/website/archive/ab44e5ef7586a220fc1d251bda333a8752bb7783.tar.gz");
|
||||||
blog = fetchTarball "https://github.com/Noratrieb/nilstrieb.github.io/archive/6874f2a543d9e068a43afe78c403c23766c16cb1.tar.gz";
|
blog = fetchTarball "https://github.com/Noratrieb/blog/archive/ed4d6674b13ef031379b5d53491a605388e47e3e.tar.gz";
|
||||||
slides = fetchTarball "https://github.com/Noratrieb/slides/archive/0401f35c22b124b69447655f0c537badae9e223c.tar.gz";
|
slides = fetchTarball "https://github.com/Noratrieb/slides/archive/0401f35c22b124b69447655f0c537badae9e223c.tar.gz";
|
||||||
|
|
||||||
pretense = import (fetchTarball "https://github.com/Noratrieb/pretense/archive/270b01fc1118dfd713c1c41530d1a7d98f04527d.tar.gz");
|
pretense = import (fetchTarball "https://github.com/Noratrieb/pretense/archive/270b01fc1118dfd713c1c41530d1a7d98f04527d.tar.gz");
|
||||||
|
|
@ -174,7 +174,7 @@
|
||||||
./apps/killua
|
./apps/killua
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.tags = [ "ingress" "eu" "apps" ];
|
deployment.tags = [ "ingress" "eu" "apps" "website" ];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
# VPS3 is the primary monitoring/metrics server.
|
# VPS3 is the primary monitoring/metrics server.
|
||||||
|
|
@ -188,7 +188,7 @@
|
||||||
./modules/prometheus
|
./modules/prometheus
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.tags = [ "eu" "apps" ];
|
deployment.tags = [ "eu" "apps" "website" ];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
# VPS4 exists. It's useful for garage replication but not much more.
|
# VPS4 exists. It's useful for garage replication but not much more.
|
||||||
|
|
@ -200,7 +200,7 @@
|
||||||
./modules/garage
|
./modules/garage
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.tags = [ "eu" "apps" "hetzner" ];
|
deployment.tags = [ "eu" "apps" "hetzner" "website" ];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue