This website works better with JavaScript.
Explore
Help
Register
Sign In
banananetwork
/
server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43df210032
main
secrix-issue25
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '43df210032'
${ noResults }
server
/
nix
/
nixos-modules
/
extends
/
default.nix
9 lines
85 B
Nix
Raw
Normal View
History
Unescape
Escape
nixosMod/extends: add virtualisation.podman.compose.enable
2 months ago
{
imports
=
[
# files
migrate bigger nixos-modules to nixosProfiles - profiles are meant for a group of similar machines (see README) - this replaced allCommon, hwCommon & parts of vmCommon modules - highly personal settings were relocated to myOptions - some parts are relocated into their own module: extends/cpu
2 months ago
./cpu.nix
nixosMod/extends: add virtualisation.podman.compose.enable
2 months ago
./podman.nix
NixOS: add setting services.printing.enableAutoDiscovery
2 months ago
./printing.nix
nixosMod/extends: add virtualisation.podman.compose.enable
2 months ago
]
;
}