mirror of https://git.jolheiser.com/dotnix.git
chore: add framework update manager
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
eb7ce4ca76
commit
898b9d26b9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue