refactor(repo): reformat to nixfmt; relicense to 0BSD
This commit is contained in:
parent
035fb24038
commit
db2564d828
39 changed files with 451 additions and 318 deletions
|
@ -2,7 +2,8 @@
|
|||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./users/artur
|
||||
./hardware.nix
|
||||
|
@ -16,7 +17,7 @@
|
|||
|
||||
config = {
|
||||
boot = {
|
||||
initrd.systemd.additionalUpstreamUnits = ["systemd-boot.service"];
|
||||
initrd.systemd.additionalUpstreamUnits = [ "systemd-boot.service" ];
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue