archangel submits
This commit is contained in:
parent
27f0e0c797
commit
2bc6eb2b21
3 changed files with 14 additions and 43 deletions
|
|
@ -11,6 +11,8 @@
|
|||
./disko.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/nixos/networking/default.nix
|
||||
../../modules/nixos/networking/zapret.nix
|
||||
|
||||
../../modules/nixos/virtualization/default.nix
|
||||
../../modules/nixos/common.nix
|
||||
../../modules/nixos/fonts.nix
|
||||
|
|
@ -21,7 +23,7 @@
|
|||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
services.flatpak.enable = true;
|
||||
networking.hostName = "archangel";
|
||||
|
||||
programs.hyprland = {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@
|
|||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-amd"];
|
||||
boot.extraModulePackages = [];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue