Compare commits

..

2 commits

Author SHA1 Message Date
3be3fd71e7 Fix outdated settings 2024-12-16 13:42:08 +01:00
57d5975311 Create a clean profile 2024-12-16 13:42:06 +01:00

View file

@ -47,6 +47,10 @@
ManuSurface = import ./profiles/machines/manuel/ManuSurface/Arch/config.nix; ManuSurface = import ./profiles/machines/manuel/ManuSurface/Arch/config.nix;
server = import ./profiles/machines/manuel/server.nix; server = import ./profiles/machines/manuel/server.nix;
clean = { ... }: { clean = { ... }: {
imports = [
./lib/modules/valhalla.nix
];
config = { config = {
valhalla = { valhalla = {
hostname = "Falcon"; hostname = "Falcon";