refactor: clean up systems
This commit is contained in:
parent
68d4e2c04c
commit
8c237b9604
3 changed files with 13 additions and 13 deletions
|
@ -5,8 +5,9 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
./programs/tailscale.nix
|
||||
./programs/zsh.nix
|
||||
./modules/programs/tailscale.nix
|
||||
./modules/bootloaders/systemd-boot.nix
|
||||
./modules/programs/zsh.nix
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
|
@ -87,7 +88,7 @@
|
|||
services.openssh.enable = true;
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
defaultSopsFile = ../secrets/secrets.yaml;
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
secrets.password.neededForUsers = true;
|
||||
};
|
|
@ -1,13 +1,14 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../themes/cursors/banana-cursor.nix
|
||||
../../themes/darkviolet.nix
|
||||
../../themes/fonts/sauce-code-pro.nix
|
||||
./programs/getty.nix
|
||||
./programs/hyprland.nix
|
||||
./programs/hyprlock.nix
|
||||
../themes/cursors/banana-cursor.nix
|
||||
../themes/darkviolet.nix
|
||||
../themes/fonts/sauce-code-pro.nix
|
||||
./modules/programs/getty.nix
|
||||
./modules/programs/hyprland.nix
|
||||
./modules/programs/hyprlock.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./modules/hardware/bluetooth.nix
|
||||
];
|
||||
|
||||
# Enable basic fonts for reasonable Unicode coverage
|
|
@ -2,11 +2,9 @@
|
|||
{
|
||||
imports = [
|
||||
./hw-nemesis.nix
|
||||
./modules/common.nix
|
||||
./modules/desktop.nix
|
||||
./modules/bootloaders/systemd-boot.nix
|
||||
./common.nix
|
||||
./desktop.nix
|
||||
./modules/hardware/nvidia.nix
|
||||
./modules/hardware/bluetooth.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nemesis";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue