This commit is contained in:
yuri 2023-07-13 00:28:22 +02:00
parent e66505e3b0
commit 395f6200a3
6 changed files with 5 additions and 7 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.vscode

View file

@ -22,7 +22,7 @@ apply:
stage: apply
script:
- nix-env --install colmena
- colmena apply
- colmena apply --no-keys
commit_flake:
stage: commit_flake

View file

@ -1,5 +1,4 @@
{ config, pkgs, ... }:
{
imports = [
../../users/yuri

View file

@ -1,5 +1,4 @@
{ ... }:
{
imports = [
./hardware-configuration.nix

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1688764204,
"narHash": "sha256-FsvK+tIvelCI0tWwlMDKfiyb7P/KfxpGbXMrdCKiT8s=",
"lastModified": 1689048911,
"narHash": "sha256-pODI2CkjWbSLo5nPMZoLtkRNJU/Nr3VSITXZqqmNtIk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d8bb6c681cf86265fdcf3cc3119f757bbb085835",
"rev": "8163a64662b43848802092d52015ef60777d6129",
"type": "github"
},
"original": {

View file

@ -1,5 +1,4 @@
{ ... }:
{
users.users.yuri = {
isNormalUser = true;