bump lock

This commit is contained in:
Grisha Shipunov 2025-01-01 16:37:23 +01:00
parent 091b092b2e
commit 772af12ffe
5 changed files with 25 additions and 3 deletions

17
flake.lock generated
View file

@ -18,6 +18,22 @@
"type": "github" "type": "github"
} }
}, },
"nixos-hardware": {
"locked": {
"lastModified": 1735388221,
"narHash": "sha256-e5IOgjQf0SZcFCEV/gMGrsI0gCJyqOKShBQU0iiM3Kg=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "7c674c6734f61157e321db595dbfcd8523e04e19",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1735531152, "lastModified": 1735531152,
@ -53,6 +69,7 @@
"root": { "root": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixos-hardware": "nixos-hardware",
"nixpkgs-stable": "nixpkgs-stable", "nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",

View file

@ -10,6 +10,8 @@
inputs.nixpkgs.follows = "nixpkgs-stable"; inputs.nixpkgs.follows = "nixpkgs-stable";
}; };
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# microvm = { # microvm = {
# url = "github:astro/microvm.nix/v0.4.0"; # url = "github:astro/microvm.nix/v0.4.0";
# inputs = { # inputs = {
@ -31,6 +33,7 @@
, nixpkgs-stable , nixpkgs-stable
, nixpkgs-unstable , nixpkgs-unstable
, sops-nix , sops-nix
, nixos-hardware
, ... , ...
}: }:
@ -57,6 +60,7 @@
modules = [ modules = [
# sops-nix.nixosModules.sops # sops-nix.nixosModules.sops
# lanzaboote.nixosModules.lanzaboote # lanzaboote.nixosModules.lanzaboote
nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen3
./hosts/toaster ./hosts/toaster
@ -69,7 +73,7 @@
./modules/radio.nix ./modules/radio.nix
./modules/science.nix ./modules/science.nix
./modules/tlp.nix ./modules/tlp.nix
./modules/virtualization.nix # ./modules/virtualization.nix
]; ];
}; };

View file

@ -49,7 +49,7 @@
programs.steam.enable = true; programs.steam.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
factorio # factorio
]; ];
services.emacs.defaultEditor = false; services.emacs.defaultEditor = false;

View file

@ -46,7 +46,7 @@ options = [ "zfsutil" ];
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-partuuid/8a544c8b-1a49-481b-a685-253ef7478b2c"; [ { device = "/dev/disk/by-partuuid/037518f2-9fa0-44f0-9550-745e27bf1c1f";
randomEncryption = true;} randomEncryption = true;}
]; ];

View file

@ -23,6 +23,7 @@
julia julia
# hardware # hardware
kicad kicad
freecad-wayland
]; ];
# Wireshark # Wireshark