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;
|
||||
server = import ./profiles/machines/manuel/server.nix;
|
||||
clean = { ... }: {
|
||||
imports = [
|
||||
./lib/modules/valhalla.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
valhalla = {
|
||||
hostname = "Falcon";
|
||||
|
|
Loading…
Reference in a new issue