deploy-rs + nixos-anywhere
This commit is contained in:
parent
469f4dcd43
commit
d28ec06ae9
8 changed files with 182 additions and 24 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ ... }:
|
||||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
./disko.nix
|
||||
|
||||
./hardware-configuration.nix # Include the results of the hardware scan.
|
||||
./jellyfin.nix
|
||||
./minecraft.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue