mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:16:50 +01:00
zap add factor.json
This commit is contained in:
parent
4df75562a8
commit
d51471eb1b
2 changed files with 1960 additions and 9 deletions
|
@ -21,6 +21,8 @@
|
|||
gui.enable = false;
|
||||
};
|
||||
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
self.inputs.srvos.nixosModules.server
|
||||
|
@ -29,15 +31,6 @@
|
|||
./wp-test.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"ata_piix"
|
||||
"uhci_hcd"
|
||||
"virtio_pci"
|
||||
"virtio_scsi"
|
||||
"sd_mod"
|
||||
"sr_mod"
|
||||
];
|
||||
|
||||
networking.useDHCP = false;
|
||||
|
||||
boot.loader = {
|
||||
|
|
1958
systems/zap/facter.json
Normal file
1958
systems/zap/facter.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue