updar
This commit is contained in:
parent
1a658f1668
commit
3ce12900b8
13 changed files with 517 additions and 309 deletions
|
|
@ -30,6 +30,8 @@
|
|||
hardware.keyboard.qmk.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
hardware.march = {
|
||||
|
|
@ -126,10 +128,10 @@
|
|||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
boot.lanzaboote = {
|
||||
enable = false;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.blacklistedKernelModules = ["joydev"];
|
||||
|
|
@ -208,10 +210,8 @@
|
|||
})
|
||||
pkgs.bottles
|
||||
pkgs.file-roller
|
||||
pkgs.podman-tui
|
||||
pkgs.dive
|
||||
pkgs.docker-compose
|
||||
pkgs.podman-compose
|
||||
pkgs.transmission_4
|
||||
pkgs.protonup-qt
|
||||
pkgs.restic
|
||||
|
|
@ -297,10 +297,13 @@
|
|||
sites.mealie.enable = false;
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation.podman = {
|
||||
# virtualisation.podman = {
|
||||
# enable = true;
|
||||
# dockerCompat = true;
|
||||
# defaultNetwork.settings.dns_enabled = true;
|
||||
# };
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
hardware.gpu-passthru.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue