apply deadnix

This commit is contained in:
Vivian 2023-05-04 13:06:08 +02:00
parent 18527ccbf5
commit f534687f65
55 changed files with 67 additions and 75 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, modulesPath, lib, config, ... }: {
{ pkgs, modulesPath, lib, ... }: {
imports = [
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix"
];

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ lib, ... }: {
imports = [ ../common/common.nix ../common/generic-lxc.nix ];
proxmoxLXC = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ lib, ... }: {
imports = [ ../common/common.nix ../common/generic-vm.nix ];
proxmox.qemuConf = {