This commit is contained in:
Schrottkatze 2022-09-01 09:03:08 +02:00
parent a25c92292b
commit fa2c1e84ec
3 changed files with 14 additions and 13 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
# ./t2.nix
# "${builtins.fetchGit { url = "https://github.com/kekrby/nixos-hardware.git"; }}/apple/t2"
./hardware-configuration.nix
../common.nix
];
@ -22,10 +23,10 @@
desktop.compositing = true;
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true;
networking.networkmanager.enable = true;
networking.hostName = "potatobook-g";