rearrange files
This commit is contained in:
parent
a2f250287d
commit
b96ef23c6c
8 changed files with 12 additions and 7 deletions
9
common/default.nix
Normal file
9
common/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
imports = [
|
||||
./users
|
||||
./environment.nix
|
||||
./nginx.nix
|
||||
./openssh.nix
|
||||
./security.nix
|
||||
];
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
];
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
services.joycond.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue