mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:36:33 +01:00
update zap imports
This commit is contained in:
parent
dea43e0e2c
commit
69a86ab00e
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
||||||
{ config, pkgs, lib, modulesPath, ... }:
|
{ config, pkgs, lib, modulesPath, self, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./wp-test.nix
|
|
||||||
];
|
|
||||||
jopejoe1 = {
|
jopejoe1 = {
|
||||||
local.enable = true;
|
local.enable = true;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
|
@ -19,6 +16,10 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
|
self.inputs.srvos.nixosModules.server
|
||||||
|
self.inputs.srvos.nixosModules.mixins-cloud-init
|
||||||
|
self.inputs.srvos.nixosModules.mixins-nginx
|
||||||
|
./wp-test.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
|
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
|
||||||
|
|
Loading…
Reference in a new issue