moving rhapsody-in-green to systems
This commit is contained in:
10
systems/rhapsody-in-green/default.nix
Normal file
10
systems/rhapsody-in-green/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
users = [
|
||||
"richie"
|
||||
];
|
||||
system = "x86_64-linux";
|
||||
home = true;
|
||||
sops = true;
|
||||
modules = [ inputs.nixos-hardware.nixosModules.framework-13-7040-amd ];
|
||||
}
|
Reference in New Issue
Block a user