Small refactor

This commit is contained in:
Julien Malka 2022-01-01 20:46:20 +01:00
parent 9b401d5c5e
commit ca94891163
7 changed files with 41 additions and 8 deletions

View file

@ -1,5 +1,8 @@
{ config, pkgs, lib, ... }:
{
imports = [ ./users/status.nix ];
# NixOS wants to enable GRUB by default
boot.loader.grub.enable = false;
@ -41,5 +44,5 @@
# when installing lots of things while running other things at the same time.
swapDevices = [ { device = "/swapfile"; size = 1024; } ];
luj.hmgr.julien = {};
luj.hmgr.status = {};
}