update to nixos 21.05

This commit is contained in:
foosinn 2021-06-01 11:18:32 +02:00
parent 7d9fd562b6
commit 330f6a2dad
3 changed files with 2 additions and 4 deletions

View file

@ -53,7 +53,7 @@ in {
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
# custom
boot.kernelPackages = unstable.linuxPackages_latest;
#boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true;
hardware.cpu.intel.updateMicrocode = true;
networking.hostId = "eff291c4";

View file

@ -28,14 +28,13 @@ in {
patchelf
pv
ripgrep
starship
sysstat
tcpdump
tmux
unzip
wget
z-lua
unstable.manix
unstable.starship
(import ../packages/neovim.nix)
];

View file

@ -141,7 +141,6 @@ in {
enable = true;
dataDir = "/home/stefan";
openDefaultPorts = true;
package = unstable.syncthing;
user = "stefan";
group = "users";
};