Completed media.nix config file

This commit is contained in:
Random936 2024-07-04 18:33:08 -07:00
parent 8de0666cc5
commit c152d4ac7d
2 changed files with 10 additions and 0 deletions

10
config/media.nix Normal file
View File

@ -0,0 +1,10 @@
{ config, pkgs, inputs, ... }: {
imports = [
../hardware/media.nix
./headless.nix
];
users.users.media = import ./user.nix;
networking.hostname = "r330-media";
}