Reformat imports in configuration.nix

restic-rest-server
Simon Bruder 2020-12-05 16:05:26 +01:00
parent 73021c1a94
commit fca069698a
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 12 additions and 14 deletions

View File

@ -1,13 +1,12 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = imports = [
[ ./hardware-configuration.nix
./hardware-configuration.nix ../../modules
../../modules ../../profiles/dev.nix
../../profiles/dev.nix ../../users/simon
../../users/simon ];
];
sbruder = { sbruder = {
cpu.intel.enable = true; cpu.intel.enable = true;

View File

@ -1,13 +1,12 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = imports = [
[ ./hardware-configuration.nix
./hardware-configuration.nix ../../modules
../../modules ../../profiles/dev.nix
../../profiles/dev.nix ../../users/simon
../../users/simon ];
];
sbruder = { sbruder = {
cpu.intel.enable = true; cpu.intel.enable = true;