refactor
This commit is contained in:
parent
a992a7b701
commit
b61bb970a5
30 changed files with 69 additions and 34 deletions
|
|
@ -1,11 +1,14 @@
|
|||
{ lib', ... }:
|
||||
let
|
||||
submodules = lib'.walk-dir ./.;
|
||||
in
|
||||
{
|
||||
networking.hostName = "roam";
|
||||
|
||||
imports = [ submodules.to_mod_without_default ];
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./networking.nix
|
||||
./secruity.nix
|
||||
./services.nix
|
||||
./wireguard.nix
|
||||
];
|
||||
|
||||
# ====== DON'T CHANGE ======
|
||||
system.stateVersion = "24.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue