transform the other hosts to flake

This commit is contained in:
Vinzenz Schroeter 2024-10-26 14:59:00 +02:00
parent 5944fe5cca
commit f41cd58e54
12 changed files with 90 additions and 90 deletions

View file

@ -0,0 +1,9 @@
{...}: {
imports = [
./hardware.nix
./environment.nix
];
config = {
networking.hostName = "vinzenz-pc2";
};
}