chore: add framework update manager

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2024-03-04 20:01:30 -06:00
parent eb7ce4ca76
commit 898b9d26b9
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
username = "jolheiser";
in {
imports = [./hardware.nix ../common/gui];
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = ["quiet" "splash"];
@ -24,6 +24,7 @@ in {
blueman.enable = true;
openssh.enable = true;
pcscd.enable = true;
fwupd.enable = true;
};
virtualisation.docker.enable = true;