ADD: terre-neuvas server
This commit is contained in:
parent
e0a82ee731
commit
4f411004e6
12 changed files with 247 additions and 25 deletions
18
profiles/server-selfhosted.nix
Normal file
18
profiles/server-selfhosted.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../modules/roles/server.nix
|
||||
../modules/common/base.nix
|
||||
../modules/common/networking.nix
|
||||
../modules/services/printing.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
btrfs-progs
|
||||
cifs-utils
|
||||
lm_sensors
|
||||
];
|
||||
}
|
||||
# vim: set ts=2 sw=2 sts=2 et :
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue