feat: switch to unstable channel for gorgon

This commit is contained in:
Tim Schubert 2025-04-27 19:38:01 +02:00
parent fce74c64a9
commit 687cb32400
No known key found for this signature in database
9 changed files with 27 additions and 103 deletions

View file

@ -7,6 +7,7 @@
, homepage
, nixos-hardware
, nixos-generators
, nixpkgs-unstable
, ...
}@inputs:
let
@ -25,7 +26,7 @@ let
in
{
gorgon = nixosSystem rec {
n_nixpkgs = nixpkgs-full;
n_nixpkgs = nixpkgs-unstable;
system = "x86_64-linux";

View file

@ -1,5 +1,4 @@
{ config
, pkgs
, lib
, ...
}:
@ -25,11 +24,6 @@ with lib; {
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
fonts.packages = mkDefault (with pkgs; [
source-code-pro
vegur
]);
users.mutableUsers = mkDefault true;
# Use the systemd-boot EFI boot loader.

View file

@ -45,8 +45,7 @@ in
#linuxPackages.acpi_call
pam_u2f
pamtester
yubikey-manager
yubikey-manager-qt
yubioath-flutter
];
};
}