update
This commit is contained in:
parent
9ff003a4c1
commit
eabc64290a
6 changed files with 40 additions and 18 deletions
hosts/toaster
|
@ -1,5 +1,6 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./amd.nix
|
||||
./hardware-configuration.nix
|
||||
./network-vpns.nix
|
||||
./network.nix
|
||||
|
@ -8,6 +9,9 @@
|
|||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
yt-dlp
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue