forked from Bun/nixos-config
Gonna revert and modify the original flake, add back overlays from a shared file, and figure things out after
This commit is contained in:
parent
65f90a0bf3
commit
4ad26636a7
17 changed files with 116 additions and 14 deletions
17
modules/profiles/server/system/default.nix
Normal file
17
modules/profiles/server/system/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../../../system
|
||||
../../../system/accounts
|
||||
../../../system/devices/filesystems
|
||||
../../../system/devices/networking
|
||||
../../../system/devices/networking/firewall/server
|
||||
../../../system/devices/networking/wireguard/server
|
||||
../../../system/programs/git
|
||||
../../../system/programs/security
|
||||
../../../system/services/common
|
||||
../../../system/services/server
|
||||
];
|
||||
|
||||
networking.hostName = "cyberspark";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue