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.
server/nix/nixosProfiles
Felix Stupp 76d22b49ab
nixosProfiles: extract pveGuestHwSupport from pveGuest
for installers with increased pveGuest support (e.g. qemu-guest-agent)
2 months ago
..
README.md migrate bigger nixos-modules to nixosProfiles 2 months ago
blade.nix migrate bigger nixos-modules to nixosProfiles 2 months ago
common.nix nixosProfiles/common: add SSH host key of gitlab.kit.edu 2 months ago
default.nix nixosProfiles: extract pveGuestHwSupport from pveGuest 2 months ago
pveGuest.nix nixosProfiles: extract pveGuestHwSupport from pveGuest 2 months ago
pveGuestHwSupport.nix nixosProfiles: extract pveGuestHwSupport from pveGuest 2 months ago

README.md

NixOS system profiles

In my case, those are to collect options common to a certain group of systems. Their main goals & properties are:

  • to make a system working for its intended platform / hypervisor
  • also make it nice behaving (e.g. install optional agents)
  • configuring stuff across the whole system
  • do not introduce their own options
  • do not introduce functionality which can be isolated
  • each setup may import up to one profile
    • but profiles can, if theyre compatible, import each other

Some of them are opioniated in some ways, read their descriptions before using.