summaryrefslogtreecommitdiff
path: root/hosts/shinji/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/shinji/default.nix (renamed from hosts/shinji.nix)7
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/shinji.nix b/hosts/shinji/default.nix
index 756cfe1..d1a02a8 100644
--- a/hosts/shinji.nix
+++ b/hosts/shinji/default.nix
@@ -12,10 +12,10 @@ inputs.nixpkgs.lib.nixosSystem rec {
specialArgs = { inherit inputs; };
modules = [
options
- inputs.home-manager.nixosModules.home-manager
- ../nix
+ ../../nix
{
# options
+ hostName = "shinji";
monitors = [{
name = "eDP-1";
scale = 1.25;
@@ -33,9 +33,6 @@ inputs.nixpkgs.lib.nixosSystem rec {
efiSysMountPoint = "/boot/efi";
};
- # hostname
- networking.hostName = "shinji";
-
# kernel modules
boot.initrd.availableKernelModules = [
"nvme"