This website requires JavaScript.
Explore
Help
Register
Sign In
localhost_frssoft
/
appvm
Watch
1
Star
0
Fork
0
You've already forked appvm
mirror of
https://code.dumpstack.io/tools/appvm.git
synced
2024-11-05 03:43:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8b271a3e5e
appvm
/
local.nix.template.go
8 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
Embed base nix configuration to binary
2019-12-29 17:41:44 +00:00
package
main
var
local_nix_template
=
[
]
byte
(
`
Rewrite in go, use libvirt
2018-07-11 23:34:36 +00:00
{
Do no enable anything in default local.nix
2020-01-05 08:53:57 +00:00
#
services
.
xserver
.
xkbOptions
=
"ctrl:nocaps"
;
Rewrite in go, use libvirt
2018-07-11 23:34:36 +00:00
}
Embed base nix configuration to binary
2019-12-29 17:41:44 +00:00
`
)
Reference in New Issue
Copy Permalink