diff --git a/hosts/hera/hardware-configuration.nix b/hosts/hera/hardware-configuration.nix new file mode 100644 index 00000000..a983a1cd --- /dev/null +++ b/hosts/hera/hardware-configuration.nix @@ -0,0 +1,28 @@ +# Do not modify this file! It was generated by ‘nixos-generate-config’ +# and may be overwritten by future invocations. Please make changes +# to /etc/nixos/configuration.nix instead. +{ config, lib, pkgs, ... }: + +{ + imports = [ ]; + + boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" ]; + boot.kernelModules = [ ]; + boot.extraModulePackages = [ ]; + + fileSystems."/" = + { device = "/dev/disk/by-uuid/8e92387a-6785-4b3c-bcdb-a4a423675173"; + fsType = "ext4"; + }; + + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/A8E7-3962"; + fsType = "vfat"; + }; + + swapDevices = + [ { device = "/dev/disk/by-uuid/1e651bde-94b5-4fe2-9e6a-7af916d80057"; } + ]; + + nix.maxJobs = lib.mkDefault 4; +} diff --git a/hosts/hera/home.nix b/hosts/hera/home.nix new file mode 100644 index 00000000..052f0014 --- /dev/null +++ b/hosts/hera/home.nix @@ -0,0 +1,18 @@ +{ pkgs, ... }: +{ + +imports = [ + ../../home-manager +]; + +m-0.laptop.enable = true; +m-0.sleep-nag.enable = true; +m-0.battery.enable = true; +m-0.latex.enable = true; +m-0.accounting.enable = true; +m-0.graphical.enable = true; +m-0.rustdev.enable = true; +m-0.taskwarrior.enable = true; +m-0.eventd.enable = true; + +} diff --git a/hosts/hera/secret/.gitattributes b/hosts/hera/secret/.gitattributes new file mode 100644 index 00000000..3996a7c6 --- /dev/null +++ b/hosts/hera/secret/.gitattributes @@ -0,0 +1,2 @@ +* filter=git-crypt-hera diff=git-crypt-hera +.gitattributes !filter !diff diff --git a/hosts/hera/secret/pw-me b/hosts/hera/secret/pw-me new file mode 100644 index 00000000..59ad2f24 Binary files /dev/null and b/hosts/hera/secret/pw-me differ