Merge #291
291: Remove ´profiles/suites.nix` and fix hardware module in hosts documentation r=blaggacao a=ymarkus See #282 As I understand it, this file isn't needed anymore and the hardware module is not defined properly in the documentation. Co-authored-by: Yannick Markus <ym@ymarkus.dev>
This commit is contained in:
commit
d1d2a4ca08
@ -38,7 +38,7 @@ flake.nix:
|
||||
{
|
||||
librem = {
|
||||
channelName = "latest";
|
||||
modules = [ hardware.purism-librem-13v3 ];
|
||||
modules = [ nixos-hardware.nixosModules.purism-librem-13v3 ];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
@ -1,10 +0,0 @@
|
||||
{ users, profiles, userProfiles, ... }:
|
||||
|
||||
{
|
||||
system = with profiles; rec {
|
||||
base = [ core users.nixos users.root ];
|
||||
};
|
||||
user = with userProfiles; rec {
|
||||
base = [ direnv git ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user