added swap to server and removed a package that is failing to build
This commit is contained in:
@@ -22,7 +22,9 @@ flake.nixosModules.serverHardware = { config, lib, modulesPath, ... }: {
|
|||||||
options = [ "fmask=0077" "dmask=0077" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [
|
||||||
|
{ device = "/etc/swapfile"; }
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
rtl-sdr
|
rtl-sdr
|
||||||
hamlib
|
hamlib
|
||||||
gqrx
|
#gqrx
|
||||||
sdrpp
|
sdrpp
|
||||||
];
|
];
|
||||||
|
|
||||||
Reference in New Issue
Block a user