mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
Small refactor
This commit is contained in:
parent
9b401d5c5e
commit
ca94891163
7 changed files with 41 additions and 8 deletions
5
rpi.nix
5
rpi.nix
|
@ -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 = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue