split config

This commit is contained in:
Vinzenz Schroeter 2024-10-26 12:32:15 +02:00
parent 1602292781
commit 5944fe5cca
19 changed files with 271 additions and 276 deletions

View file

@ -3,4 +3,7 @@
./hardware.nix
./environment.nix
];
config = {
networking.hostName = "vinzenz-lpt2";
};
}