trying to setup borg
This commit is contained in:
parent
635fd22499
commit
b2e052f4cb
3 changed files with 495 additions and 9 deletions
|
@ -30,6 +30,7 @@
|
|||
alsa-tools
|
||||
util-linux
|
||||
libgtop
|
||||
ulauncher
|
||||
];
|
||||
|
||||
# services.razer-laptop-control = {
|
||||
|
@ -50,7 +51,7 @@
|
|||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
||||
|
||||
boot = {
|
||||
|
@ -136,9 +137,9 @@
|
|||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_CA.UTF-8";
|
||||
|
||||
|
||||
nix.nixPath = [ "nixos-config=/home/emenel/source/nixos-config" "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos" ];
|
||||
|
||||
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ]; #repl-flake
|
||||
|
@ -242,7 +243,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue