♻️ [shared] Moved files to base shared directory
This commit is contained in:
@ -7,14 +7,9 @@
|
||||
|
||||
{
|
||||
imports = with lib.custom; [
|
||||
(relativeToRoot "shared/desktop/modules/nix-helper.nix")
|
||||
(relativeToRoot "shared/desktop/modules/nixos.nix")
|
||||
(relativeToRoot "shared/desktop/modules/shell.nix")
|
||||
(relativeToRoot "shared/desktop/modules/security/sops.nix")
|
||||
(relativeToBase "modules")
|
||||
./boot.nix
|
||||
./development.nix
|
||||
./hardware.nix
|
||||
./networking.nix
|
||||
./security
|
||||
];
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(lib.custom.relativeToRoot "shared/modules/development/formatters.nix")
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
just
|
||||
];
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
{ systemConfig, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = systemConfig.hostName;
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
tailscale.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user