Upgrade to NixOS 22.05

This commit is contained in:
Artemis Tosini 2022-05-31 04:42:46 +00:00
parent 9bda4ce478
commit 4a740fb642
Signed by: artemist
GPG key ID: EE5227935FE3FF18
10 changed files with 25 additions and 33 deletions

View file

@ -7,16 +7,16 @@
]
},
"locked": {
"lastModified": 1651519540,
"narHash": "sha256-3k6p8VsTwwRPQjE8rrMh+o2AZACZn/eeYJ7ivdQ/Iro=",
"lastModified": 1653937612,
"narHash": "sha256-HybwffYKOM3UwlY54ZVCZgX7o5xpp2KhbZyyOnvwFMo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0",
"rev": "bda2c80b4c1a8d85c84c343a25ac7303fbc7999d",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-21.11",
"ref": "release-22.05",
"repo": "home-manager",
"type": "github"
}
@ -38,27 +38,27 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1653565689,
"narHash": "sha256-xdJ6bmPxDPIMItZJWsDxopPXUTAFPWMkNkyOOcptWSc=",
"lastModified": 1653819559,
"narHash": "sha256-KzIZ1uaLR7vsBlcT0VWd8toFTC3yunSveNK+l2MQqrI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9bc0e974545d5bc4c24e1ed047be0dc4e30e494b",
"rev": "2a64cd672b2706fbca461870cc9ac708b49d9016",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-21.11",
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1653581809,
"narHash": "sha256-Uvka0V5MTGbeOfWte25+tfRL3moECDh1VwokWSZUdoY=",
"lastModified": 1653845079,
"narHash": "sha256-7ghaQZ+7JXLI9FgNH8+RQHAt3/ubT92j8NtjZleP6t4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "83658b28fe638a170a19b8933aa008b30640fbd1",
"rev": "b62ada430501de88dfbb08cea4eb98ead3a5e3e7",
"type": "github"
},
"original": {

View file

@ -1,11 +1,11 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware";
home-manager = {
url = "github:nix-community/home-manager/release-21.11";
url = "github:nix-community/home-manager/release-22.05";
inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -19,10 +19,7 @@
services.syncthing.enable = true;
programs.direnv = {
enable = true;
nix-direnv = {
enable = true;
enableFlakes = true;
};
nix-direnv.enable = true;
};
xdg.enable = true;

View file

@ -3,7 +3,6 @@
{
nix = {
autoOptimiseStore = true;
package = pkgs-unstable.nix;
extraOptions = ''
experimental-features = nix-command flakes
'';

View file

@ -11,7 +11,6 @@
trellis
yosys
# Testing
ghdl
symbiyosys
verilog
verilator

View file

@ -10,7 +10,7 @@
};
environment.systemPackages = with pkgs; [
aircrack-ng
ncat
nmap
pwndbg
python3Packages.binwalk-full
];

View file

@ -12,7 +12,7 @@ in
opusTools
pavucontrol
simple-scan
youtubeDL
youtube-dl
# Linux tools
dmidecode
@ -20,7 +20,7 @@ in
hdparm
iptables
lm_sensors
manpages
man-pages
nethogs
nvme-cli
parted
@ -35,8 +35,8 @@ in
zbar
# Filesystems
cifs_utils
nfsUtils
cifs-utils
nfs-utils
ntfs3g
udftools
@ -112,7 +112,7 @@ in
# Security
(pass.withExtensions (exts: [ exts.pass-otp ]))
wireguard
wireguard-tools
yubikey-manager
yubioath-desktop
@ -129,10 +129,8 @@ in
# Gnome configuration
gnome3.adwaita-icon-theme
gnome3.gnome-tweak-tool
gnome3.gsettings-desktop-schemas
gnomeExtensions.appindicator
gnome_themes_standard
gsettings-desktop-schemas
gnome-themes-extra
hicolor-icon-theme
numix-icon-theme
numix-icon-theme-circle

View file

@ -13,7 +13,7 @@
hardware.pulseaudio.enable = lib.mkForce false;
security.rtkit.enable = true;
environment.systemPackages = with pkgs; [
pulseaudioLight
pulseaudio
qjackctl
carla

View file

@ -5,7 +5,7 @@
enable = true;
permitRootLogin = "no";
passwordAuthentication = false;
challengeResponseAuthentication = false;
kbdInteractiveAuthentication = false;
};
# users.users.artemis.openssh.authorizedKeys.keys set in private
}

View file

@ -22,8 +22,7 @@
environment.systemPackages = with pkgs; [
virtmanager
spice_gtk
cloud-hypervisor
spice-gtk
qemu
];