Move SIIT-DC to Hetzner

This commit is contained in:
Vili Sinervä 2025-06-17 03:15:20 +03:00
parent 04d1047ada
commit b570a298a2
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 3 additions and 17 deletions

View file

@ -1,5 +1,6 @@
{ lib, modulesPath, ... }:
{
boot.loader.grub.devices = [ "/dev/sda" ];
system.stateVersion = "25.05";
imports = [

View file

@ -5,26 +5,11 @@
device = "/dev/sda";
type = "disk";
content = {
type = "gpt";
type = "msdos";
partitions = {
boot = {
name = "boot";
type = "EF02";
size = "1M";
};
ESP = {
name = "ESP";
type = "EF00";
size = "512M";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
root = {
name = "nixos";
bootable = true;
size = "100%";
content = {
type = "filesystem";