Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NixOS
FeM Common
Commits
b9532ed4
Commit
b9532ed4
authored
Mar 06, 2022
by
Jenny
Browse files
add xen-vm config
parent
87b83577
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/proxmox-vm/default.nix
View file @
b9532ed4
{
...
}:
{
services
.
qemuGuest
.
enable
=
true
;
services
.
qemuGuest
.
enable
=
true
;
}
common/xen-vm/default.nix
0 → 100644
View file @
b9532ed4
{
modulesPath
,
pkgs
,
...
}:
{
imports
=
[
(
modulesPath
+
"/virtualisation/xen-domU.nix"
)
];
boot
.
kernelPackages
=
pkgs
.
linuxPackages_5_4
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment