feat: restructure system config
Create common system config and derive common server & desktop configs from it.
This commit is contained in:
parent
4af1b35392
commit
8dcece0836
6 changed files with 22 additions and 19 deletions
system
7
system/common.nix
Normal file
7
system/common.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./i18n.nix ./nix.nix ./networking.nix ./hardened.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ wget curl openssl neovim ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue