Install fwupd
This commit is contained in:
parent
a440429c6d
commit
9e5ad4f304
3
modules/fwupd.nix
Normal file
3
modules/fwupd.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
}
|
|
@ -23,6 +23,7 @@ in
|
||||||
../modules/gc.nix
|
../modules/gc.nix
|
||||||
../modules/sway.nix
|
../modules/sway.nix
|
||||||
../modules/nixld.nix
|
../modules/nixld.nix
|
||||||
|
../modules/fwupd.nix
|
||||||
|
|
||||||
../secrets/remote-builder.nix
|
../secrets/remote-builder.nix
|
||||||
../users/fleaz.nix
|
../users/fleaz.nix
|
||||||
|
@ -59,7 +60,11 @@ in
|
||||||
# Look mum, I'm using all the new shiny stuff!
|
# Look mum, I'm using all the new shiny stuff!
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
# TMP
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [ 3000 ];
|
||||||
|
};
|
||||||
|
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue