restructuring, rclone,whatever

This commit is contained in:
tulg 2026-04-29 17:55:16 +03:00
parent 7cd313ff36
commit d6216e86c6
7 changed files with 68 additions and 25 deletions

View file

@ -8,6 +8,7 @@
./disko.nix
./hardware-configuration.nix
./vfio.nix
./secrets.nix
../../modules/nixos/networking/default.nix
../../modules/nixos/virtualization/default.nix
../../modules/nixos/common.nix
@ -21,10 +22,6 @@
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
protonup-ng
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "virgil";