This website requires JavaScript.
Explore
Help
Register
Sign in
Gonne
/
nixConfig
Watch
1
Star
0
Fork
You've already forked nixConfig
0
forked from
Fachschaft/nixConfig
Code
Pull requests
Activity
4a9bd67d2d
nixConfig
/
nixos
/
roles
/
vm.nix
6 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
Create backuphost Bragi
2023-12-18 16:55:00 +00:00
{
modulesPath
,
.
.
.
}:
{
Differentiate hardware and vms in roles
2023-12-18 16:52:53 +00:00
imports
=
[
(
modulesPath
+
"
/
v
i
r
t
u
a
l
i
s
a
t
i
o
n
/
x
e
n
-
d
o
m
U
.
n
i
x
"
)
]
;
}
Copy permalink