stump
This commit is contained in:
parent
ce82b29a96
commit
9cac325698
9 changed files with 110 additions and 61 deletions
|
|
@ -6,6 +6,9 @@
|
|||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/device/laptop.nix
|
||||
];
|
||||
config = {
|
||||
user = {
|
||||
userName = "marty";
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
locale = "de_DE.UTF-8";
|
||||
hostname = "marty-pc";
|
||||
};
|
||||
server.media.stump.enable = true;
|
||||
apps = {
|
||||
audio = {
|
||||
base.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue