Compare commits
2 commits
dca26699aa
...
3be3fd71e7
Author | SHA1 | Date | |
---|---|---|---|
3be3fd71e7 | |||
57d5975311 |
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue