Add server configuration
This commit is contained in:
parent
ee2b51bbc1
commit
8ee4ea7fe1
13 changed files with 988 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{ config, ... }: {
|
||||
imports = [
|
||||
../../modules
|
||||
];
|
||||
|
|
@ -25,5 +25,14 @@
|
|||
greetd = {
|
||||
resolution = "3440x1440@180";
|
||||
};
|
||||
nextcloud = {
|
||||
synclist = [
|
||||
{
|
||||
name = "document_sync";
|
||||
remote = "/Documents";
|
||||
local = "/home/${config.conf.username}/Documents";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue