Completed media.nix config file
This commit is contained in:
parent
8de0666cc5
commit
c152d4ac7d
10
config/media.nix
Normal file
10
config/media.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ config, pkgs, inputs, ... }: {
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
../hardware/media.nix
|
||||||
|
./headless.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
users.users.media = import ./user.nix;
|
||||||
|
networking.hostname = "r330-media";
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user