Compare commits
No commits in common. "f6968d22a6e57851d0037ff34e6ac29cf3148052" and "128802371829c258f7c872add2bd52711aa97552" have entirely different histories.
f6968d22a6
...
1288023718
3 changed files with 0 additions and 14 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
./core/firmware.nix
|
./core/firmware.nix
|
||||||
./core/igpu.nix
|
./core/igpu.nix
|
||||||
./core/tpm.nix
|
./core/tpm.nix
|
||||||
./misc/disks.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "virtio_net" "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_scsi" "virtio_console" ];
|
boot.initrd.availableKernelModules = [ "virtio_net" "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_scsi" "virtio_console" ];
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{ homelab, ... }: {
|
|
||||||
fileSystems = {
|
|
||||||
"/mnt/share" = {
|
|
||||||
device = homelab.disks.share;
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
"/mnt/data" = {
|
|
||||||
device = homelab.disks.data;
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -92,7 +92,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
pull.rebase = "true";
|
pull.rebase = "true";
|
||||||
credential.helper = "cache --timeout=3600";
|
|
||||||
user = {
|
user = {
|
||||||
name = git.user;
|
name = git.user;
|
||||||
email = git.email;
|
email = git.email;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue