Compare commits
No commits in common. "effa158913e9bf6c8fcea89785039b9f41f35024" and "8280be070557d6f4990b494175f4c9043008d946" have entirely different histories.
effa158913
...
8280be0705
|
@ -15,7 +15,7 @@
|
|||
"k" = "kubectl";
|
||||
"kx" = "kubectx";
|
||||
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
|
||||
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.cccda.de buzzer";
|
||||
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.w17.io buzzer";
|
||||
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
|
||||
"dig" = "dig +short";
|
||||
"cal" = "ncal -b";
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b";
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
let
|
||||
module = fetchTarball {
|
||||
name = "source";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz";
|
||||
sha256 = "sha256-64lB/NO6AQ6z6EDCemPSYZWX/Qc6Rt04cPia5T5v01g=";
|
||||
};
|
||||
lixSrc = fetchTarball {
|
||||
name = "source";
|
||||
url = "https://git.lix.systems/lix-project/lix/archive/2.90.0-rc1.tar.gz";
|
||||
sha256 = "sha256-WY7BGnu5PnbK4O8cKKv9kvxwzZIGbIQUQLGPHFXitI0=";
|
||||
};
|
||||
# This is the core of the code you need; it is an exercise to the
|
||||
# reader to write the sources in a nicer way, or by using npins or
|
||||
# similar pinning tools.
|
||||
in
|
||||
import "${module}/module.nix" { lix = lixSrc; }
|
|
@ -16,6 +16,7 @@ in
|
|||
../modules/ssh.nix
|
||||
../modules/steam.nix
|
||||
../modules/via.nix
|
||||
../modules/virtualbox.nix
|
||||
../modules/borgbackup.nix
|
||||
../modules/udisks2.nix
|
||||
../modules/samba.nix
|
||||
|
@ -23,7 +24,6 @@ in
|
|||
../modules/sway.nix
|
||||
../modules/nixld.nix
|
||||
../modules/fwupd.nix
|
||||
../modules/lix.nix
|
||||
|
||||
../secrets/remote-builder.nix
|
||||
../users/fleaz.nix
|
||||
|
@ -60,9 +60,6 @@ in
|
|||
# Look mum, I'm using all the new shiny stuff!
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# Enable proprietary firmware
|
||||
hardware.enableAllFirmware = true;
|
||||
|
||||
# TMP
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 3000 ];
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
../modules/networkmanager.nix
|
||||
../modules/tlp.nix
|
||||
../modules/sus-then-hib.nix
|
||||
../modules/k40.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
|
2
secrets
2
secrets
|
@ -1 +1 @@
|
|||
Subproject commit 147f60a59590e5613022cc4f912013aeea0b3a37
|
||||
Subproject commit b807b2260222a8d89b9606db764092eed1be891d
|
Loading…
Reference in a new issue