first commit
This commit is contained in:
commit
21737592da
27 changed files with 744 additions and 0 deletions
16
servers/common/main.nix
Normal file
16
servers/common/main.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, pkgs, pkgs-unstable, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./ssh.nix
|
||||
./users.nix
|
||||
./yggdrasil.nix
|
||||
./firewall.nix
|
||||
./sudo.nix
|
||||
./packages.nix
|
||||
];
|
||||
programs.fish.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue