aa pain
This commit is contained in:
parent
a25c92292b
commit
fa2c1e84ec
3 changed files with 14 additions and 13 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue