refactor: organizing some imports
This commit is contained in:
parent
c4f7a64329
commit
db319ed5af
8 changed files with 184 additions and 95 deletions
|
|
@ -5,7 +5,6 @@
|
|||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -14,21 +13,14 @@
|
|||
# If you want to use modules your own flake exports (from modules/nixos):
|
||||
# outputs.nixosModules.example
|
||||
../../common/nixos/common.nix
|
||||
../../common/nixos/laptop.nix
|
||||
../../common/networking/default.nix
|
||||
../../common/nixos/bluetooth.nix
|
||||
../../common/nixos/restic.nix
|
||||
../../common/nixos/ssh/ssh.nix
|
||||
../../common/gui/steam.nix
|
||||
../../common/nixos/ssh/ssh_client.nix
|
||||
../../common/nixos/ssh/ssh_guard.nix
|
||||
../../common/gui/hyprland.nix
|
||||
../../common/gui/default.nix
|
||||
../../common/style/stylix.nix
|
||||
../../common/virtualization/default.nix
|
||||
../../common/nixos/sysctl/default.nix
|
||||
../../common/nixos/sysctl
|
||||
|
||||
../../common/networking
|
||||
../../common/nixos
|
||||
../../common/gui
|
||||
../../common/virtualization
|
||||
|
||||
./auditd.nix
|
||||
./kernel.nix
|
||||
|
|
@ -49,6 +41,11 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
laptop.enable = true;
|
||||
nfs.enable = true;
|
||||
ssh.enable = true;
|
||||
ssh_guard.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
loader = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue