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"
}
},
"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": {
"locked": {
"lastModified": 1735531152,
@ -53,6 +69,7 @@
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixos-hardware": "nixos-hardware",
"nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix",

View file

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

View file

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

View file

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

View file

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