restructuring, rclone,whatever
This commit is contained in:
parent
7cd313ff36
commit
d6216e86c6
7 changed files with 68 additions and 25 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue