flake update, kicad patch got merged.
This commit is contained in:
parent
58477a0079
commit
9670012844
17 changed files with 55 additions and 80 deletions
|
|
@ -4,7 +4,6 @@
|
|||
...
|
||||
}:
|
||||
(inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs myLib;};
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
|
@ -18,6 +17,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = ["${modulesPath}/virtualisation/proxmox-lxc.nix"];
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
proxmoxLXC.manageHostName = false;
|
||||
boot.loader.grub.enable = lib.mkForce false;
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue