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"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
# custom # custom
boot.kernelPackages = unstable.linuxPackages_latest; #boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
networking.hostId = "eff291c4"; networking.hostId = "eff291c4";

View file

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

View file

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