1
0
Fork 0
This commit is contained in:
root 2018-06-01 21:50:51 +00:00 committed by Malte Brandy
parent 9a10f1de52
commit 13b6049f0e
4 changed files with 48 additions and 0 deletions

View file

@ -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;
}

18
hosts/hera/home.nix Normal file
View file

@ -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;
}

2
hosts/hera/secret/.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
* filter=git-crypt-hera diff=git-crypt-hera
.gitattributes !filter !diff

BIN
hosts/hera/secret/pw-me Normal file

Binary file not shown.