nixfmt
This commit is contained in:
parent
4146b5aece
commit
2e10a00830
32 changed files with 2944 additions and 2163 deletions
|
@ -5,24 +5,23 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./modules/colors.nix
|
||||
imports = [
|
||||
./modules/colors.nix
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
./roles/admin.nix
|
||||
./roles/base.nix
|
||||
./roles/desktop.nix
|
||||
./roles/dev.nix
|
||||
./roles/mail.nix
|
||||
./roles/network.nix
|
||||
./roles/nix.nix
|
||||
./roles/vpn.nix
|
||||
./roles/private.nix
|
||||
./roles/game.nix
|
||||
];
|
||||
./roles/admin.nix
|
||||
./roles/base.nix
|
||||
./roles/desktop.nix
|
||||
./roles/dev.nix
|
||||
./roles/mail.nix
|
||||
./roles/network.nix
|
||||
./roles/nix.nix
|
||||
./roles/vpn.nix
|
||||
./roles/private.nix
|
||||
./roles/game.nix
|
||||
];
|
||||
|
||||
networking.useDHCP = false;
|
||||
|
||||
|
@ -32,9 +31,7 @@
|
|||
services.openssh.enable = true;
|
||||
networking.firewall.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.0.2u"
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.0.2u" ];
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.stateVersion = "20.03"; # We can stay here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue