Compare commits

..

No commits in common. "7562c6400839e9b8b1e6fcba60e3e62978db2ac2" and "47cff33de9e57d142e790c7526b003af1a14f5f1" have entirely different histories.

2 changed files with 11 additions and 27 deletions

View file

@ -11,22 +11,8 @@
]; ];
# Bootloader. # Bootloader.
boot = { boot.loader.systemd-boot.enable = true;
loader = { boot.loader.efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
initrd = {
supportedFilesystems = [ "nfs" ];
kernelModules = [ "nfs" ];
};
};
# fileSystems."/mnt/xen-backups" = {
# device = "10.1.1.13:/eru/xen-backups";
# fsType = "nfs";
# };
programs.fish.enable = true; programs.fish.enable = true;
@ -109,11 +95,11 @@
packages = with pkgs; [ packages = with pkgs; [
firefox firefox
thunderbird thunderbird
git
vscode vscode
vivaldi vivaldi
vivaldi-ffmpeg-codecs vivaldi-ffmpeg-codecs
termius termius
talhelper.packages."${pkgs.system}".default
]; ];
}; };
environment.variables.EDITOR = "vim"; environment.variables.EDITOR = "vim";
@ -125,7 +111,7 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git talhelper.packages."${pkgs.system}".default
wget wget
curl curl
vim vim
@ -137,7 +123,6 @@
ansible ansible
gparted gparted
lens lens
nfs-utils
]; ];
services.tailscale.enable = true; services.tailscale.enable = true;

View file

@ -113,7 +113,6 @@
# it provides the command `nom` works just like `nix` # it provides the command `nom` works just like `nix`
# with more details log output # with more details log output
nix-output-monitor nix-output-monitor
nixd
# productivity # productivity
hugo # static site generator hugo # static site generator