Consolidate config for vm02179

This commit is contained in:
Nicolas Jeannerod 2024-11-20 17:21:42 +01:00
parent 2beb64af83
commit 104827746a
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
3 changed files with 12 additions and 14 deletions

View file

@ -31,11 +31,7 @@
};
nixpkgs = inputs.nixpkgs;
nixos.module = {
imports = [
./vm02179/configuration.nix
./vm02179/hardware-configuration.nix
./vm02179/gitea-runner.nix
];
imports = [ ./vm02179 ];
};
};

View file

@ -1,9 +0,0 @@
{
imports = [ ../common ];
procolix.vm = {
name = "vm02179";
ip4 = "185.206.232.179";
ip6 = "2a00:51c0:12:1201::179";
};
}

View file

@ -1,4 +1,15 @@
{
imports = [
../common
./gitea-runner.nix
];
procolix.vm = {
name = "vm02179";
ip4 = "185.206.232.179";
ip6 = "2a00:51c0:12:1201::179";
};
fileSystems."/" = {
device = "/dev/disk/by-uuid/119863f8-55cf-4e2f-ac17-27599a63f241";
fsType = "ext4";