formatting: new formatting'
This commit is contained in:
parent
7efcab98a9
commit
ef1b9f6c91
15 changed files with 358 additions and 152 deletions
|
|
@ -17,9 +17,7 @@
|
|||
../../common/networking/zerotier.nix
|
||||
../../common/nixos/bluetooth.nix
|
||||
../../common/nixos/restic.nix
|
||||
../../common/nixos/ssh.nix
|
||||
../../common/nixos/ssh_client.nix
|
||||
../../common/nixos/ssh_guard.nix
|
||||
../../common/nixos/ssh/default.nix
|
||||
../../common/gui/hyprland.nix
|
||||
../../common/gui/steam.nix
|
||||
../../common/gui/thunar.nix
|
||||
|
|
@ -48,6 +46,9 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
ssh.enable = true;
|
||||
ssh_guard.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
loader = {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
../../common/nixos/nfs.nix
|
||||
# ../../common/nixos/nfs.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue