mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove legacy code
This commit is contained in:
parent
dee7e2e5e9
commit
000cf926d2
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[(import ./hardware.nix)]
|
|
||||||
++ [(import ./network.nix)]
|
|
||||||
++ [(import ./program.nix)]
|
|
||||||
++ [(import ./sshd.nix)]
|
|
||||||
++ [(import ./security.nix)]
|
|
||||||
++ [(import ./services.nix)]
|
|
||||||
++ [(import ./system.nix)]
|
|
||||||
++ [(import ./user.nix)];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue